Skip to contents

Crop an image to a defined rectangle.

Usage

image_crop(image, crop)

Arguments

image

An image.

crop

A rectangle.

Note

This function has been auto-generated from the following Raylib function definition:

void ImageCrop(Image *image, Rectangle crop);