untransform


Description:

[ Version ( since = "2.4" ) ]
public virtual void untransform (int src_x, int src_y, out int dest_x, out int dest_y)

Transforms from widget to image coordinates.

Parameters:

this

a Preview widget

src_x

horizontal position relative to the preview area's origin

src_y

vertical position relative to preview area's origin

dest_x

returns the untransformed horizontal position

dest_y

returns the untransformed vertical position