1 reference to EndInteraction
Microsoft.Maui.Controls (1)
GraphicsView\GraphicsView.cs (1)
38
void IGraphicsView.EndInteraction(PointF[] points, bool isInsideBounds) =>
EndInteraction
?.Invoke(this, new TouchEventArgs(points, isInsideBounds));