Click or drag to resize

Rect2Expand Method

Returns this Rect2 expanded to include a given point.

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

Parameters

to
Type: GodotVector2
The point to include.

Return Value

Type: Rect2
The expanded rect.
See Also