Click or drag to resize

CubicCurveBuilderGetCubicYCoord Method

Get the cubic Y coordinate.

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

Parameters

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

Return Value

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