Click or drag to resize

TreeGetItemAreaRect Method

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.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Rect2 GetItemAreaRect(
	Object item,
	int column = -1
)

Parameters

item
Type: GodotObject

[Missing <param name="item"/> documentation for "M:Godot.Tree.GetItemAreaRect(Godot.Object,System.Int32)"]

column (Optional)
Type: SystemInt32

[Missing <param name="column"/> documentation for "M:Godot.Tree.GetItemAreaRect(Godot.Object,System.Int32)"]

Return Value

Type: Rect2

[Missing <returns> documentation for "M:Godot.Tree.GetItemAreaRect(Godot.Object,System.Int32)"]

See Also