Point(Double, Double, LengthUnit) Constructor |
Initializes a new instance of the
Point struct.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.1.16
Syntaxpublic Point(
double x,
double y,
LengthUnit unit
)
Public Sub New (
x As Double,
y As Double,
unit As LengthUnit
)
Parameters
- x Double
- X-coordinate.
- y Double
- Y-coordinate.
- unit LengthUnit
- The measurement unit for x and y.
See Also