convert_widget_to_tree_coords


Description:

[ Version ( since = "2.12" ) ]
public void convert_widget_to_tree_coords (int wx, int wy, out int tx, out int ty)

Converts widget coordinates to coordinates for the tree (the full scrollable area of the tree).

Parameters:

this

a TreeView

wx

X coordinate relative to the widget

wy

Y coordinate relative to the widget

tx

return location for tree X coordinate

ty

return location for tree Y coordinate