Click or drag to resize

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)
Syntax
public int IndexOf(
	PdfQuadrilateral item
)

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