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

Description

Rotate image upside downRotate image to the left

Syntax

Visual Basic
Public Sub RotateLeft() 

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.