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