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