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

Description

Rotate image upside downFlip image around vertical axis

Syntax

Visual Basic
Public Sub FlipVert() 

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.