Click or drag to resize

PdfQuadPointsCollectionContains Method

Determines whether the collection contains a specific FS_QUADPOINTSF.

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

Parameters

item  FS_QUADPOINTSF
The FS_QUADPOINTSF to locate in the collection.

Return Value

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

Implements

ICollectionTContains(T)
See Also