PointD Constructor (Double, Double)

PDF File Writer

PointD Constructor (Double, Double)

PointD constructor

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public PointD(
	double X,
	double Y
)

Parameters

X
Type: SystemDouble
X
Y
Type: SystemDouble
Y
See Also