Click or drag to resize

PdfLinePointCollectionTRemove Method

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

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

Parameters

item  FS_POINTF
The FS_POINTF to remove from the collection.

Return Value

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

Implements

ICollectionTRemove(T)
See Also