Sets 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 void SetVertex(
int idx,
Point pt
)
Public Sub SetVertex (
idx As Integer,
pt As Point
)
public:
virtual void SetVertex(
[InAttribute] int idx,
[InAttribute] Point^ pt
) sealed
function SetVertex(idx, pt);
Parameters
- idx
- Type: SystemInt32
The index position where the vertex is to be located.
- pt
- Type: pdftron.PDFPoint
A Point object corresponding to the vertex to be added to the array.
Implements
IPolyLineSetVertex(Int32, Point)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