共用方式為


InkManager.SelectWithPolyLine(IIterable<Point>) 方法

定義

注意

針對使用可延伸應用程式標記語言的通用 Windows 應用程式 (XAML) ,我們建議使用 InkPresenterInkCanvas 控制項,而不是 InkManager

選取完全包含在多邊形內的所有筆劃。

注意

集合中所有其他筆劃都會重設 [選取 ] 旗標。

.

public:
 virtual Rect SelectWithPolyLine(IIterable<Point> ^ polyline) = SelectWithPolyLine;
Rect SelectWithPolyLine(IIterable<Point> const& polyline);
public Rect SelectWithPolyLine(IEnumerable<Point> polyline);
function selectWithPolyLine(polyline)
Public Function SelectWithPolyLine (polyline As IEnumerable(Of Point)) As Rect

參數

polyline

IIterable<Point>

IEnumerable<Point>

聚合線的點。

傳回

所選取筆墨筆劃的周框。

實作

Windows.UI.Input.Inking.IInkStrokeContainer.SelectWithPolyLine(System.Collections.Generic.IEnumerable{Windows.Foundation.Point})

適用於

另請參閱