Share via


GraphicsView.IGraphicsView.MoveHoverInteraction(PointF[]) Method

Definition

 virtual void Microsoft.Maui.IGraphicsView.MoveHoverInteraction(cli::array <Microsoft::Maui::Graphics::PointF> ^ points) = Microsoft::Maui::IGraphicsView::MoveHoverInteraction;
void IGraphicsView.MoveHoverInteraction (Microsoft.Maui.Graphics.PointF[] points);
abstract member Microsoft.Maui.IGraphicsView.MoveHoverInteraction : Microsoft.Maui.Graphics.PointF[] -> unit
override this.Microsoft.Maui.IGraphicsView.MoveHoverInteraction : Microsoft.Maui.Graphics.PointF[] -> unit
Sub MoveHoverInteraction (points As PointF()) Implements IGraphicsView.MoveHoverInteraction

Parameters

points
PointF[]

Implements

Applies to