ClearImage COM Server
RotateRight Method
See Also  Example  Send Feedback
CiImage Object : RotateRight Method

Description

Rotate image upside downRotate image to the right

Syntax

Visual Basic
Public Sub RotateRight() 

Remarks

!MISSING PHRASE '_ZONEFAIL_IMG'!

Example

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

See Also

© 1992-2011. Inlite Research, Inc. All Rights Reserved.