Click or drag to resize

PathPointsCollectionIndexOf Method

Determines the index of a specific FS_PATHPOINTF in the collection.

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

Parameters

item  FS_PATHPOINTF
The FS_PATHPOINTF to locate in the collection

Return Value

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

Implements

IListTIndexOf(T)
See Also