convert_bin_window_to_widget_coords
Description:
[ Version ( since = "2.12" ) ]
public void convert_bin_window_to_widget_coords (int bx, int by, out int wx, out int wy)
public void convert_bin_window_to_widget_coords (int bx, int by, out int wx, out int wy)
Converts bin_window coordinates (see get_bin_window) to widget relative coordinates.
Parameters:
this |
a TreeView |
bx |
bin_window X coordinate |
by |
bin_window Y coordinate |
wx |
return location for widget X coordinate |
wy |
return location for widget Y coordinate |