IPolyLineSetVertex Method |
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 void SetVertex(
int idx,
Point pt
)
Sub SetVertex (
idx As Integer,
pt As Point
)
void SetVertex(
[InAttribute] int idx,
[InAttribute] Point^ pt
)
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.
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