Click or drag to resize

PdfQuadPointsCollectionIndexOf Method

Determines the index of a specific FS_QUADPOINTSF in the collection.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public int IndexOf(
	FS_QUADPOINTSF item
)

Parameters

item  FS_QUADPOINTSF
The FS_QUADPOINTSF to locate in the collection

Return Value

Int32
The index of FS_QUADPOINTSF if found in the collection; otherwise, -1.

Implements

IListTIndexOf(T)
See Also