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