TreeView.convertBinWindowToTreeCoords

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

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

Parameters

bx int

X coordinate relative to bin_window

by int

Y coordinate relative to bin_window

tx int

return location for tree X coordinate

ty int

return location for tree Y coordinate

Meta

Since

2.12