PointerEventArgsGetIntermediatePoints Method

Returns the PointerPoint associated with the current event

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IReadOnlyList<PointerPoint> GetIntermediatePoints(
	Visual? relativeTo
)

Parameters

relativeTo  Visual
The visual which coordinate system to use. Pass null for toplevel coordinate system

Return Value

IReadOnlyListPointerPoint

See Also