1 reference to DragInteraction
Microsoft.Maui.Controls (1)
GraphicsView\GraphicsView.cs (1)
34
void IGraphicsView.DragInteraction(PointF[] points) =>
DragInteraction
?.Invoke(this, new TouchEventArgs(points, true));