PdfQuadrilateralCollectionIndexOf Method |
Determines the index of a specific item in the IListT.
Namespace:
Atalasoft.PdfDoc.Geometry
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic int IndexOf(
PdfQuadrilateral item
)
Public Function IndexOf (
item As PdfQuadrilateral
) As Integer
Parameters
- item
- Type: Atalasoft.PdfDoc.GeometryPdfQuadrilateral
The object to locate in the IListT.
Return Value
Type:
Int32
The index of
item if found in the list; otherwise, -1.
Implements
IListTIndexOf(T)
See Also