ClearImage 8 Help
lineMaxAngle Property
See Also  Send Feedback
Inlite.ClearImageNet Namespace > ImageEditor Class : lineMaxAngle Property






Maximum line angle in degrees for line identification (default 5.0)

Syntax

Visual Basic (Declaration) 
Public Property lineMaxAngle As Double
Visual Basic (Usage)Copy Code
Dim instance As ImageEditor
Dim value As Double
 
instance.lineMaxAngle = value
 
value = instance.lineMaxAngle
C# 
public double lineMaxAngle {get; set;}
Delphi 
public read-write property lineMaxAngle: Double; 
JScript 
public function get,set lineMaxAngle : double
Managed Extensions for C++ 
public: __property double get_lineMaxAngle();
public: __property void set_lineMaxAngle( 
   double value
);
C++/CLI 
public:
property double lineMaxAngle {
   double get();
   void set (    double value);
}

Remarks

Measured in respect to the nearest vertical or horizontal image axes

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.