Tree.getItemAreaRect

Returns the rectangle area for the specified item. If column is specified, only get the position and size of that column, otherwise get the rectangle containing all columns.

struct Tree
@nogc nothrow const
Rect2
getItemAreaRect
(,
in long column = -1
)

Meta