subtract_bounding_box
Description:
public bool subtract_bounding_box (
Rectangle minuend,
Rectangle subtrahend)
Computes the bounding box of the area formed by subtracting subtrahend
from minuend
, and stores the result in
this.
this may point to the same object as minuend
or subtrahend
.
Returns TRUE if the result is not empty.
Parameters:
this |
a Rectangle
|
minuend |
a Rectangle
|
subtrahend |
a Rectangle
|