untransform_bounds
Description:
[
Version ( since =
"1.0" ) ]
public Rect untransform_bounds (
Rect r,
Rect bounds)
Undoes the transformation on the corners of a Rect using the given
matrix, within the given axis aligned rectangular bounds.
Parameters:
| this |
a Matrix
|
| r |
a Rect
|
| bounds |
the bounds of the transformation
|
| res |
return location for the untransformed rectangle
|