Rotate Statement:
Rotate image on an arbitrary angle
Object.Rotate
angle
|
Parameters:
angle- integer [0-360]
|
Sample: object.Rotate
45
This method rotates an image on an arbitrary angle. The new image may have
larger dimensions to hold the rotated image. Image free space is filled with
the color defined with SetBKColor method.
See also
HorizontalFlip,VerticalFlip
,Mirror
More samples:
|