ContainsPoint
TheContainsPointmethod returns a Boolean value that indicates whether the specified point is within the area of this shape.
ODBoolean ContainsPoint (in ODPoint point);
point- The point to test, expressed in this shape's coordinate space.
- return value
kODTrueif the point is within this shape's area, otherwisekODFalse.SEE ALSO
TheODPointtype (page 885).