ClearImageNet Send comments on this topic.
SkewAngle Property
See Also 
Inlite.ClearImageNet Namespace > ImageEditor Class : SkewAngle Property




Gets image skew angle in degrees

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SkewAngle As Double
Visual Basic (Usage)Copy Code
Dim instance As ImageEditor
Dim value As Double
 
value = instance.SkewAngle
C# 
public double SkewAngle {get;}
Managed Extensions for C++ 
public: __property double get_SkewAngle();
C++/CLI 
public:
property double SkewAngle {
   double get();
}

Remarks

Result range is from -45 degrees to 45 degrees. Value is negative, if image skewed counterclockwise and positive if image is skewed clockwise.
SkewAngleConfidence indicates confidence of this value.
Licensing: Requires ClearImage Tools license

See Also

Generated from assembly ClearImageNet [5.7.1.0]