Gets the angle of the point as a vector from origin 0,0.
            
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic float Angle { get; }Public ReadOnly Property Angle As Single
	Get
member Angle : float32 with get
Property Value
Type: 
SingleThe angle of this point as a vector.
 See Also
See Also