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
); |
Remarks
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