Click or drag to resize

Point(Double, Double, LengthUnit) Constructor

Initializes a new instance of the Point struct.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public Point(
	double x,
	double y,
	LengthUnit unit
)

Parameters

x  Double
X-coordinate.
y  Double
Y-coordinate.
unit  LengthUnit
The measurement unit for x and y.
See Also