Click or drag to resize

ImageBlitRect Method

Copies src_rect from src image to this image at coordinates dst.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void BlitRect(
	Image src,
	Rect2 srcRect,
	Vector2 dst
)

Parameters

src
Type: GodotImage

[Missing <param name="src"/> documentation for "M:Godot.Image.BlitRect(Godot.Image,Godot.Rect2,Godot.Vector2)"]

srcRect
Type: GodotRect2

[Missing <param name="srcRect"/> documentation for "M:Godot.Image.BlitRect(Godot.Image,Godot.Rect2,Godot.Vector2)"]

dst
Type: GodotVector2

[Missing <param name="dst"/> documentation for "M:Godot.Image.BlitRect(Godot.Image,Godot.Rect2,Godot.Vector2)"]

See Also