ClearImage .NET API
lineMaxAngle Property





Inlite.ClearImageNet Namespace > ImageEditor Class : lineMaxAngle Property
Maximum line angle in degrees for line identification (default 5.0)
Syntax
'Declaration
 
Public Property lineMaxAngle As System.Double
'Usage
 
Dim instance As ImageEditor
Dim value As System.Double
 
instance.lineMaxAngle = value
 
value = instance.lineMaxAngle
public System.double lineMaxAngle {get; set;}
public read-write property lineMaxAngle: System.Double; 
public function get,set lineMaxAngle : System.double
public:
property System.double lineMaxAngle {
   System.double get();
   void set (    System.double value);
}
Remarks
Measured in respect to the nearest vertical or horizontal image axes
See Also

Reference

ImageEditor Class
ImageEditor Members