ClearImage COM Server
Skew Method
See Also  Example  Send Feedback
Angle
Positive value represents a clockwise angle.
CiTools Object : Skew Method

Description

Skew image

Syntax

Visual Basic
Public Sub Skew( _
   ByVal Angle As Double _
) 

Parameters

Angle
Positive value represents a clockwise angle.

Remarks

!MISSING PHRASE '_ZONEFAIL'!

Example

Skew image by 5.3 degrees clockwise
(Visual Basic)Copy Code
Public Sub T_Skew(ByRef Tools As CiTools)
  If (Tools.Image.IsZone) Then
    Debug.Print "Skew can not be applied to zone"
  Else
    Tools.Skew 5.3
  End If
End Sub

See Also

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