untransform_point
Description:
[
Version ( since =
"1.0" ) ]
public bool untransform_point (
Point p,
Rect bounds,
out Point res)
Undoes the transformation of a Point using the given matrix, within the
given axis aligned rectangular bounds.
Parameters:
| this |
a Matrix
|
| p |
a Point
|
| bounds |
the bounds of the transformation
|
| res |
return location for the untransformed point
|
Returns:
|
`true` if the point was successfully untransformed
|