Click or drag to resize

IPolyLineGetVertex Method

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
Point GetVertex(
	int idx
)

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.
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