IGraphicsView.StartHoverInteraction(PointF[]) Method

Definition

Raised when a pointer enters the hit test area of the GraphicsView.

public void StartHoverInteraction(Microsoft.Maui.Graphics.PointF[] points);

Parameters

points
PointF[]

The set of positions where there has been interaction.

Applies to