次の方法で共有


IInkStrokeContainer.SelectWithLine(Point, Point) メソッド

定義

新しいストロークと交差するすべてのストロークを選択します。

Note

Selected フラグは、コレクション内の他のすべてのストロークに対してリセット されます

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

行の末尾。

戻り値

選択したインク ストロークの外接する四角形。

適用対象

こちらもご覧ください