GraphicsView.IGraphicsView.DragInteraction(PointF[]) Method

Definition

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

Parameters

points
PointF[]

Implements

Applies to