Determines if the rectangular region represented by rect is entirely contained within this RectangleD structure.
Namespace:
EGIS.ShapeFileLib
Assembly:
EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Function Contains ( _
rect As RectangleD _
) As Boolean |
Visual C++ |
---|
public:
bool Contains(
RectangleD rect
) |
JavaScript |
---|
function contains(rect); |
Return Value
This method returns true if the rectangular region represented by rect is entirely contained within the rectangular region represented by this
RectangleD; otherwise false.
See Also