InkStrokeContainer.SelectWithLine(Point, Point) 方法

定义

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

注意

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

行的 。

返回

所选墨迹笔划的边框。

实现

适用于

另请参阅