Click or drag to resize

CubicCurveBuilderGetCubicXCoord Method

Get the cubic X coordinate.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public double GetCubicXCoord(
	uint index
)

Parameters

index
Type: SystemUInt32
the index of the coordinate. Must be less than NumCubicPoints()

Return Value

Type: Double
X coordinate of the indicated point on the cubic curve
See Also