Gets the vertex(in Point object form) corresponding to the index
within the VErtices array.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Point GetVertex(
int idx
)
Public Function GetVertex (
idx As Integer
) As Point
public:
virtual Point^ GetVertex(
[InAttribute] int idx
) sealed
Parameters
- idx
- Type: SystemInt32
The index position where the vertex is located.
Return Value
Type:
Point A Point object corresponding to the vertex in the specified index position.
Implements
IPolyLineGetVertex(Int32)Remarks The Vertices array is An array of numbers specifying the width
and dash pattern that shall represent each vertex in default user space
in Point form,
See Also