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