ImageRotateCW method

void ImageRotateCW(
  1. Pointer<ImageC> image
)

Rotate image clockwise 90deg

Implementation

void ImageRotateCW(Pointer<ImageC> image)
  => _ImageRotateCW(image);