Removes the specified point from the collection.
.NET Syntax
virtual bool Remove(const MgPoint value);
|
Java Syntax
virtual bool Remove(const MgPoint value);
|
PHP Syntax
virtual bool Remove(const MgPoint value);
|
- Parameters:
-
| value | (MgPoint) point reference to remove. |
- Returns:
- Returns true if removal was successful.