Construct a Size given a width and a
height.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public Size(
double w,
double h
)
Public Sub New (
w As Double,
h As Double
)
new :
w : float *
h : float -> Size
Parameters
- w
- Type: SystemDouble
- h
- Type: SystemDouble
See Also