Click or drag to resize

ControlGetRect Method

Returns the position and size of the control relative to the top-left corner of the parent Control. See RectPosition and RectSize.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Rect2 GetRect()

Return Value

Type: Rect2

[Missing <returns> documentation for "M:Godot.Control.GetRect"]

See Also