ClearImage .NET API
Angle Property (ImageLine)





Inlite.ClearImageNet Namespace > ImageLine Class : Angle Property
Line angle in degrees
Syntax
'Declaration
 
Public ReadOnly Property Angle As System.Double
'Usage
 
Dim instance As ImageLine
Dim value As System.Double
 
value = instance.Angle
public System.double Angle {get;}
public read-only property Angle: System.Double; 
public function get Angle : System.double
public:
property System.double Angle {
   System.double get();
}
See Also

Reference

ImageLine Class
ImageLine Members