Click or drag to resize

CubicCurveBuilderAddSourcePoint Method

Add a source xy point.

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

Parameters

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