LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Angle Property
See Also 
Leadtools.ImageProcessing Namespace > ShearCommand Class : Angle Property



Gets or sets the angle of slant. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Property Angle As Integer
Visual Basic (Usage)Copy Code
Dim instance As ShearCommand
Dim value As Integer
 
instance.Angle = value
 
value = instance.Angle
C# 
public int Angle {get; set;}
C++/CLI 
public:
property int Angle {
   int get();
   void set (    int value);
}

Property Value

The angle of slant.

Example

For an example, refer to ShearCommand.

Remarks

Positive values are for clockwise angles; negative values are for counterclockwise angles. The angle is expressed in hundredths of degrees, with a limit of 4500 (45 degrees).

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also