Click or drag to resize

Point Constructor (Double, Double)

Instantiates a new point.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Point(
	double px,
	double py
)

Parameters

px
Type: SystemDouble
The x coordinate.
py
Type: SystemDouble
The y coordinate.
See Also