Click or drag to resize

Rect2Abs Method

Returns a Rect2 with equivalent position and size, modified so that the top-left corner is the origin and width and height are positive.

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

Return Value

Type: Rect2
The modified rect.
See Also