ImageRotateCW function

  1. @Native<Void Function(Pointer<Image>)>(ffi.Pointer<Image>)>()
void ImageRotateCW(
  1. Pointer<Image> image
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<Image>)>()
external void ImageRotateCW(ffi.Pointer<Image> image);