 | PathPointsCollectionRemove Method |
Removes the first occurrence of a specific
FS_PATHPOINTF from the collection.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic bool Remove(
FS_PATHPOINTF item
)
Public Function Remove (
item As FS_PATHPOINTF
) As Boolean
public:
virtual bool Remove(
FS_PATHPOINTF item
) sealed
abstract Remove :
item : FS_PATHPOINTF -> bool
override Remove :
item : FS_PATHPOINTF -> bool public final boolean Remove(
FS_PATHPOINTF item
)
Parameters
- item FS_PATHPOINTF
- The FS_PATHPOINTF to remove from the collection.
Return Value
Boolean
true if
FS_PATHPOINTF was successfully removed from the collection;
otherwise, false. This method also returns false if
FS_PATHPOINTF is not found in the
original collection.
Implements
ICollectionTRemove(T)
See Also