Determines the intersection of the specified Extents object with this one, and returns the resulting intersection box.
Parameters
Parameters
Description
extents
[in] Any 2D Extents object.
pResult
[out] Receives extents of the intersection.
Returns
Possible return values are as follows:
untitled table kIntersectUnknown Either or both extents boxes are invalid kIntersectNot The extents boxes are not intersecting kIntersectOpIn The specified OdGeExtents2d object is completely within this one kIntersectOpOut This OdGeExtents2d object is completely within the specified one kIntersectOk The extents boxes are intersecting, and a result is returned