ITouchPointTouchEllipse Property  | 
 
                Gets the touch ellipse that most closely circumscribes the area of contact with the screen.
            
 
    Namespace: 
   DotNetBrowser.Input.Touch.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.20.0
SyntaxEllipse TouchEllipse { get; }Property Value
Type: 
Ellipse
Remarks
                It consists from the major X axis length, the major Y axis length and the touch ellipse rotation angle.
                Together, these three values describe an ellipse that approximates the size and shape of the area of contact
                between the user and the screen.
                The rotation angle is an angle, in degrees, of the contact area ellipse defined by
                
RadiusX and 
RadiusY. The value may be between 0 and 90.
            
See Also