PointerPointPropertiesContactRect Property

Gets the bounding rectangle of the contact area (typically from touch input).

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Rect ContactRect {
	get;
 }

Property Value

Rect

See Also