ImageRotateCW function

void ImageRotateCW(
  1. Pointer<ImageC> image
)

Implementation

void ImageRotateCW(Pointer<ImageC> image) => _module.ImageRotateCW(image);