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
)
Public Function GetCubicYCoord (
index As UInteger
) As Double
public:
virtual double GetCubicYCoord(
[InAttribute] unsigned int index
) sealed
function GetCubicYCoord(index);
Parameters
- index
- Type: SystemUInt32
the index of the coordinate. Must be less than NumCubicPoints()
Return Value
Type:
DoubleY coordinate of the indicated point on the cubic curve
See Also