InkManager.SelectWithPolyLine(IIterable<Point>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
注意
針對使用可延伸應用程式標記語言的通用 Windows 應用程式 (XAML) ,我們建議使用 InkPresenter 和 InkCanvas 控制項,而不是 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
聚合線的點。
傳回
所選取筆墨筆劃的周框。
實作
Windows.UI.Input.Inking.IInkStrokeContainer.SelectWithPolyLine(System.Collections.Generic.IEnumerable{Windows.Foundation.Point})