 | PdfClipPathGetPath Method |
Get the path contained in the
ClippingPaths collection at the specified
index.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PathPointsCollection GetPath(
int index
)
Public Function GetPath (
index As Integer
) As PathPointsCollection
public:
PathPointsCollection^ GetPath(
int index
)
member GetPath :
index : int -> PathPointsCollection public PathPointsCollection GetPath(
int index
)
Parameters
- index Int32
- the zero-based index of the path within the ClippingPaths collection.
Return Value
PathPointsCollectionThe
PathPointsCollection.
See Also