共用方式為


IInkStrokeContainer.SelectWithLine(Point, Point) 方法

定義

選取與新筆劃交集的所有筆劃。

注意

集合中所有其他筆劃都會重設 [選取 ] 旗標。

public:
 Rect SelectWithLine(Point from, Point to);
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

這一行的結尾。

傳回

所選取筆墨筆劃的周框。

適用於

另請參閱