ImageRotate function

void ImageRotate(
  1. Pointer<ImageC> image,
  2. int degrees
)

Implementation

void ImageRotate(Pointer<ImageC> image, int degrees) => _module.ImageRotate(image, degrees);