IGraphicsView.EndInteraction(PointF[], Boolean) 方法

定义

public:
 void EndInteraction(cli::array <Microsoft::Maui::Graphics::PointF> ^ points, bool isInsideBounds);
public void EndInteraction (Microsoft.Maui.Graphics.PointF[] points, bool isInsideBounds);
abstract member EndInteraction : Microsoft.Maui.Graphics.PointF[] * bool -> unit
Public Sub EndInteraction (points As PointF(), isInsideBounds As Boolean)

参数

points
PointF[]
isInsideBounds
Boolean

适用于