TreeView.convertBinWindowToTreeCoords

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

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. out

ty int

return location for tree Y coordinate. out

Meta