Determines whether the polygon is out of the specified rectangle.
Parameters
Parameters
Description
numPt
[in] Count of polygon points.
pPoints
[in] Pointer to an array of polygon points.
minPt
[in] Minimum extents point.
maxPt
[in] Maximum extents point.
Returns
true if polygon is out of the rectangle or if polygon contains a rectangle. This method returns false if the polygon is inside the specified rectangle or if they intersect.