project_rect_bounds
Description:
[
Version ( since =
"1.0" ) ]
public Rect project_rect_bounds (
Rect r)
Projects a Rect using the given matrix.
The resulting rectangle is the axis aligned bounding rectangle capable of fully containing the projected rectangle.
Parameters:
this |
a Matrix
|
r |
a Rect
|
res |
return location for the projected rectangle
|