1 implementation of StartInteraction
Microsoft.Maui.Controls (1)
GraphicsView\GraphicsView.cs (1)
44 void IGraphicsView.StartInteraction(PointF[] points) => StartInteraction?.Invoke(this, new TouchEventArgs(points, true));