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

Rect2 getItemAreaRect (
  GodotObject item,
  const(long) column = -1L
) nothrow @nogc const;