 | PdfQuadPointsCollectionIndexOf Method |
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic int IndexOf(
FS_QUADPOINTSF item
)
Public Function IndexOf (
item As FS_QUADPOINTSF
) As Integer
public:
virtual int IndexOf(
FS_QUADPOINTSF item
) sealed
abstract IndexOf :
item : FS_QUADPOINTSF -> int
override IndexOf :
item : FS_QUADPOINTSF -> int public final int IndexOf(
FS_QUADPOINTSF item
)
Parameters
- item FS_QUADPOINTSF
- The FS_QUADPOINTSF to locate in the collection
Return Value
Int32The index of
FS_QUADPOINTSF if found in the collection; otherwise, -1.
Implements
IListTIndexOf(T)
See Also