PolyLineGetVertexCount Method |
Gets the number of vertices in the Vertices array.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int GetVertexCount()
Public Function GetVertexCount As Integer
public:
virtual int GetVertexCount() sealed
function GetVertexCount();
Return Value
Type:
Int32 An int indicating the number of vertices.
Implements
IPolyLineGetVertexCountRemarks 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