Size Constructor (Double, Double) |
Initializes a new instance of the
Size struct using the
Point measurement unit.
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 29.0.35.1122
Syntaxpublic Size(
double width,
double height
)
Public Sub New (
width As Double,
height As Double
)
Parameters
- width
- Type: SystemDouble
The width in points. - height
- Type: SystemDouble
The height in points.
See Also