ImageRotate function
See RaylibCoreFlatModule.ImageRotate.
Implementation
void ImageRotate(
StructPointer<ImageD> image,
int degrees,
) => _module.ImageRotate(image, degrees);
See RaylibCoreFlatModule.ImageRotate.
void ImageRotate(
StructPointer<ImageD> image,
int degrees,
) => _module.ImageRotate(image, degrees);