Click or drag to resize

PdfLinePointCollectionTContains Method

Determines whether the collection contains a specific FS_POINTF.

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

Parameters

item  FS_POINTF
The FS_POINTF to locate in the collection.

Return Value

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

Implements

ICollectionTContains(T)
See Also