Gets the collection of points in the path specified by the index.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfPoint[] GetPath(
int index
)
VB
Public Function GetPath (
index As Integer
) As PdfPoint()
Parameters
- index
- Type: System.Int32
The zero-based index of the path to get.
Return Value
Type:
PdfPoint[]
The collection of points in the path specified by the index.
See Also