PointerEventArgsGetIntermediatePoints Method
Returns the PointerPoint associated with the current event
Namespace: Avalonia.InputAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IReadOnlyList<PointerPoint> GetIntermediatePoints(
Visual? relativeTo
)
Public Function GetIntermediatePoints (
relativeTo As Visual
) As IReadOnlyList(Of PointerPoint)
member GetIntermediatePoints :
relativeTo : Visual -> IReadOnlyList<PointerPoint>
- relativeTo Visual
- The visual which coordinate system to use. Pass null for toplevel coordinate system
IReadOnlyListPointerPoint