Table of Contents

Property TouchEllipse

Namespace
DotNetBrowser.Input.Touch.Events
Assembly
DotNetBrowser.dll

TouchEllipse

Gets or sets the touch ellipse that most closely circumscribes the area of contact with the screen.

public Ellipse TouchEllipse { get; set; }

Property Value

Ellipse

Remarks

The touch ellipse approximates the size and shape of the area of contact between the user and the screen. It consists from the major X axis length, the major Y axis length and the touch ellipse rotation angle. 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.

Exceptions

ArgumentNullException

The TouchEllipse can't be null.

ArgumentOutOfRangeException

The angle of touch ellipse out of range 0-90 degrees.