InkManager.SelectWithPolyLine(IIterable<Point>) 方法

定义

注意

对于使用可扩展应用程序标记语言 (XAML) 的通用 Windows 应用,建议使用 InkPresenterInkCanvas 控件,而不是 InkManager

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

注意

为集合中的所有其他笔划重置 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})

适用于

另请参阅