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