ImageRotate abstract method

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

Implementation

void ImageRotate(
  ImageStructType image,
  num degrees,
);