[ Version ( since = "2.4" ) ]
public virtual void transform (int src_x, int src_y, out int dest_x, out int dest_y)
Transforms from image to widget coordinates.
| this |
a Preview widget |
| src_x |
horizontal position on the previewed image |
| src_y |
vertical position on the previewed image |
| dest_x |
returns the transformed horizontal position |
| dest_y |
returns the transformed vertical position |