Rectangle(Double, Double, Double, Double) Constructor |
Initializes a new instance of the
Rectangle struct.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.1.16
Syntaxpublic Rectangle(
double left,
double top,
double width,
double height
)
Public Sub New (
left As Double,
top As Double,
width As Double,
height As Double
)
Parameters
- left Double
- X-coordinate in points.
- top Double
- Y-coordinate in points.
- width Double
- The width in points.
- height Double
- The height in points.
See Also