ImageRotateCCW method

void ImageRotateCCW(
  1. Pointer<ImageC> image
)

Rotate image counter-clockwise 90deg

Implementation

void ImageRotateCCW(Pointer<ImageC> image)
  => _ImageRotateCCW(image);