|
|
|
|
- End of drawing
- Drawing in PHP
- Drawing in Browser code
<Image>.Rotation (Function) In french: <Image>.Rotation Rotates an Image control. // Rotate the IMG_Image1 control by 45 degrees 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 was performed,
- 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
Remarks End of drawing If <Image>.EndDrawing and <Image>.Rotation are called in the same process, the image changes will not be displayed.
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|