ClearImage .NET API
SkewAngle Property





Inlite.ClearImageNet Namespace > ImageEditor Class : SkewAngle Property
Gets image skew angle in degrees
Syntax
'Declaration
 
Public ReadOnly Property SkewAngle As System.Double
'Usage
 
Dim instance As ImageEditor
Dim value As System.Double
 
value = instance.SkewAngle
public System.double SkewAngle {get;}
public read-only property SkewAngle: System.Double; 
public function get SkewAngle : System.double
public:
property System.double SkewAngle {
   System.double get();
}
Remarks

Measures skew angle of the image. After this value is obtained SkewAngleConfidence property is set.

The returned value is in the range from -45 degrees to 45 degrees.   Value is negative if image skewed counterclockwise.

See Also

Reference

ImageEditor Class
ImageEditor Members