TreeView.convertTreeToBinWindowCoords

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

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

by int

return location for Y coordinate relative to bin_window

Meta

Since

2.12