Click or drag to resize

ControlGetGlobalRect Method

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

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

Return Value

Type: Rect2

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

See Also