PointerEventArgsGetCurrentPoint 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 PointerPoint GetCurrentPoint(
	Visual? relativeTo
)

Parameters

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

Return Value

PointerPoint

See Also