InkStrokeContainer.SelectWithPolyLine(IIterable<Point>) 方法

定义

选择完全包含在折线中的所有笔划。

注意

为集合中的所有其他笔划重置 Selected 标志。

.

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})

适用于

另请参阅