ImageRotate abstract method

void ImageRotate(
  1. ImageStructType image,
  2. num degrees
)

Rotate image by input angle in degrees (-359 to 359)

Implementation

void ImageRotate(
  ImageStructType image,
  num degrees,
);