ImageRotateCW method

void ImageRotateCW(
  1. Pointer<ImageC> image
)

Implementation

void ImageRotateCW(Pointer<ImageC> image) {
  return _ImageRotateCW(image);
}