Size(Double, Double, LengthUnit) Constructor |
Initializes a new instance of the
Size struct.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.10.24
Syntax public Size(
double width,
double height,
LengthUnit unit
)
Public Sub New (
width As Double,
height As Double,
unit As LengthUnit
)
Parameters
- width Double
- The width.
- height Double
- The height.
- unit LengthUnit
- The measurement unit for width and height.
See Also