RotateFlip Property
Visual FoxPro 9.0 SP2 |
RotateFlip Property |
See Also |
![]() |
Specifies a rotation or inversion (flip) for an image. Read/write at design and run time.
Image.RotateFlip [ = nValue ] |
Parameters
- nValue
-
Numeric data type. The following table lists the values for nValue.
nValue Setting Description 0
RotateNoneFlipNone
Specifies no rotation or flipping.
1
Rotate90FlipNone
Specifies a 90-degree rotation without flipping.
2
Rotate180FlipNone
Specifies a 180-degree rotation without flipping.
3
Rotate270FlipNone
Specifies a 270-degree rotation without flipping.
4
RotateNoneFlipX
Specifies no rotation and a horizontal flip.
5
Rotate90FlipX
Specifies a 90-degree rotation followed by a horizontal flip.
6
Rotate180FlipX
Specifies a 180-degree rotation followed by a horizontal flip.
7
Rotate270FlipX
Specifies a 270-degree rotation followed by a horizontal flip.
Remarks
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic