GraphicsView.IGraphicsView.EndInteraction(PointF[], Boolean) Method

Definition

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

Parameters

points
PointF[]
isInsideBounds
Boolean

Implements

Applies to