InkStrokeContainer.SelectWithLine(Point, Point) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
行の 。
戻り値
選択したインク ストロークの外接する四角形。
実装
適用対象
こちらもご覧ください
- ペン操作とスタイラス操作
- 作業の開始: UWP アプリでのインクのサポート
- インクの分析のサンプル (基本) (C#)
- インクの手書き認識のサンプル (C#)
- インク ストロークを Ink Serialized Format (ISF) ファイルに保存し、読み込む
- インク ストロークをクリップボードに保存し、読み込む
- インク ツール バーの位置と向きのサンプル (基本)
- インク ツール バーの位置と向きのサンプル (動的)
- 塗り絵帳のサンプル
- Family Notes のサンプル
- 手描き入力のサンプル (JavaScript)
- 単純な手描き入力のサンプル (C#/C++)
- 複雑な手描き入力のサンプル (C++)
- インク分析のサンプル