TreeView.convertTreeToBinWindowCoords

Converts tree coordinates (coordinates in full scrollable area of the tree) to bin_window coordinates. Since 2.12

class TreeView
void
convertTreeToBinWindowCoords
(
int tx
,
int ty
,
out int bx
,
out int by
)

Parameters

tx int

tree X coordinate

ty int

tree Y coordinate

bx int

return location for X coordinate relative to bin_window. out

by int

return location for Y coordinate relative to bin_window. out

Meta