Rotate image upside downRotate image to the left
Visual Basic |
---|
Public Sub RotateLeft() |
!MISSING PHRASE '_ZONEFAIL_IMG'!
Image rotations
VB Example (Visual Basic) | Copy Code |
---|---|
Private Sub T_ImageRotate(ByRef Img As CiImage) Img.RotateLeft Img.RotateRight Img.Flip Img.FlipHorz Img.FlipVert End Sub |
CiImage Object | CiImage Members | Flip | FlipVert | FlipHorz | RotateLeft | RotateRight