[ Version ( since = "2.0.1" ) ]
public void convert_units_to_pixels (ref double x, ref double y)
Converts a coordinate from the canvas's units to pixels, ignoring scaling and ignoring the coordinate space specified in the call to set_bounds.
this |
a Canvas. |
x |
a pointer to the x coordinate to convert. |
y |
a pointer to the y coordinate to convert. |