ImageRotate abstract method
Rotate image by input angle in degrees (-359 to 359)
Implementation
void ImageRotate(
ImageStructType image,
num degrees,
);
Rotate image by input angle in degrees (-359 to 359)
void ImageRotate(
ImageStructType image,
num degrees,
);