Click or drag to resize

ImageGetRect Method

Returns a new image that is a copy of the image's area specified with rect.

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

Parameters

rect
Type: GodotRect2

[Missing <param name="rect"/> documentation for "M:Godot.Image.GetRect(Godot.Rect2)"]

Return Value

Type: Image

[Missing <returns> documentation for "M:Godot.Image.GetRect(Godot.Rect2)"]

See Also