 | PdfLinePointCollectionTRemove Method |
Removes the first occurrence of a specific
FS_POINTF from the collection.
Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic bool Remove(
FS_POINTF item
)
Public Function Remove (
item As FS_POINTF
) As Boolean
public:
virtual bool Remove(
FS_POINTF item
) sealed
abstract Remove :
item : FS_POINTF -> bool
override Remove :
item : FS_POINTF -> bool
public final boolean 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