Click or drag to resize

PathPointsCollectionContains Method

Determines whether the collection contains a specific FS_PATHPOINTF.

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

Parameters

item  FS_PATHPOINTF
The FS_PATHPOINTF to locate in the collection.

Return Value

Boolean
true if FS_PATHPOINTF is found in the collection; otherwise, false.

Implements

ICollectionTContains(T)
See Also