MapGuide API Reference
|
virtual bool MgPointCollection::Contains | ( | const MgPoint * | value | ) | const [virtual] |
Returns true if the collection contains the specified point, false otherwise.
virtual bool Contains(const MgPoint value) const; |
virtual boolean Contains(const MgPoint value) const; |
virtual bool Contains(const MgPoint value) const; |
value | (MgPoint) point reference to check containment of. |