convert_units_from_pixels


Description:

[ Version ( since = "2.0.1" ) ]
public void convert_units_from_pixels (ref double x, ref double y)

Converts a coordinate from pixels to the canvas's units, ignoring scaling and ignoring the coordinate space specified in the call to set_bounds.

Parameters:

this

a Canvas.

x

a pointer to the x coordinate to convert.

y

a pointer to the y coordinate to convert.