Einhugur SVG Plugin for Xojo

Image.Rotate Method

Rotates the image by given amount of degrees, using top left as origin of the rotation.

Rotate(
   angle as Double)

Parameters

angle
Amount to rotate in degrees.

Remarks

Image is rotated clockwise.

See Also

Image Class