Rotate(Number)
Rotates an image.
The corners of a rotated image are colored in the current brush color.
Parameters
Number. Specifies the number of degrees by which to rotate the image. This parameter accepts an integer value.
Examples
Copy
Graphic.Rotate(90);