Click or drag to resize

Point(Double, Double) 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
)

Parameters

x  Double
X-coordinate in points.
y  Double
Y-coordinate in points.
See Also