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.4.0.9.0.377 (.NET 4.5.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