Click or drag to resize

PdfQuadPointsCollectionRemove Method

Removes the first occurrence of a specific FS_QUADPOINTSF from the collection.

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

Parameters

item  FS_QUADPOINTSF
The FS_QUADPOINTSF to remove from the collection.

Return Value

Boolean
true if FS_QUADPOINTSF was successfully removed from the collection; otherwise, false. This method also returns false if FS_QUADPOINTSF is not found in the original collection.

Implements

ICollectionTRemove(T)
See Also