ImageCrop Method |
Crops the image to the given width and height. If the specified size is larger than the current size, the extra area is filled with black pixels.
Namespace: Godot
public void Crop( int width, int height )
[Missing <param name="width"/> documentation for "M:Godot.Image.Crop(System.Int32,System.Int32)"]
[Missing <param name="height"/> documentation for "M:Godot.Image.Crop(System.Int32,System.Int32)"]