Click or drag to resize

PdfLinePointCollectionTIndexOf Method

Determines the index of a specific FS_POINTF in the collection.

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public int IndexOf(
	FS_POINTF item
)

Parameters

item  FS_POINTF
The FS_POINTF to locate in the collection

Return Value

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

Implements

IListTIndexOf(T)
See Also