Click or drag to resize

CubicCurveBuilder.GetCubicXCoord 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: System.UInt32
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