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