Click or drag to resize

ColorPt Constructor (Double, Double)

Instantiates a new ColorPt object.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public ColorPt(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
the x
y
Type: SystemDouble
the y
See Also