Web API Reference MapGuide Open Source
virtual bool MgPointCollection::Contains ( const MgPoint value  )  const [virtual]

Returns true if the collection contains the specified point, false otherwise.

.NET Syntax
virtual bool Contains(const MgPoint value) const;
Java Syntax
virtual boolean Contains(const MgPoint value) const;
PHP Syntax
virtual bool Contains(const MgPoint value) const;

Parameters:
value (MgPoint) point reference to check containment of.
Returns:
True if the collection contains the specified point, false otherwise.


Comments or suggestions? Send us feedback.