|
|
|
|
|
- End of drawing
- Drawing in PHP
- Drawing in Browser code
<Image>.Rotation (Function) In french: <Image>.Rotation Rotates an Image control.
Result1 is boolean
Result1 = IMG_Image1.Rotation(45)
IF Result1 = False THEN Error("The operation failed")
Syntax
Performing a simple rotation Hide the details
<Result> = <Image control>.Rotation(<Rotation angle> [, <Options>])
<Result>: Boolean - True if the rotation has been completed,
- False otherwise.
<Image control>: Control name Name of the Image control to be used. <Rotation angle>: Real Rotation angle (in degrees). - If the angle is positive, the image rotates clockwise.
- If the angle is negative, the image rotates counterclockwise.
<Options>: Integer
Related Examples:
|
Unit examples (WINDEV): Image rotation
[ + ] Image rotation from any point that will be used as rotation center.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|