InkManager.SelectWithLine(Point, Point) 方法

定义

注意

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

选择与新笔划相交的所有笔划。

注意

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

public:
 virtual Rect SelectWithLine(Point from, Point to) = SelectWithLine;
Rect SelectWithLine(Point const& from, Point const& to);
public Rect SelectWithLine(Point from, Point to);
function selectWithLine(from, to)
Public Function SelectWithLine (from As Point, to As Point) As Rect

参数

from
Point

笔划的开始。

to
Point

笔划的末尾。

返回

所选墨迹笔划的边框。

实现

适用于

另请参阅