Skip to main content

GetIntermediatePoints Method

Returns the PointerPoint associated with the current event

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public IReadOnlyList<PointerPoint> GetIntermediatePoints(
Visual? relativeTo
)

Parameters

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

Return Value

IReadOnlyList(PointerPoint)

See Also

Reference

PointerEventArgs Class
Avalonia.Input Namespace