次の方法で共有


InkAnalysisLine.RotatedBoundingRect プロパティ

定義

InkAnalysisLine オブジェクトの方向とスナップされた外接する四角形を取得します。

外接する四角形 回転した外接する四角形
外接する四角形 回転した外接する四角形
public:
 property IVectorView<Point> ^ RotatedBoundingRect { IVectorView<Point> ^ get(); };
IVectorView<Point> RotatedBoundingRect();
public IReadOnlyList<Point> RotatedBoundingRect { get; }
var iVectorView = inkAnalysisLine.rotatedBoundingRect;
Public ReadOnly Property RotatedBoundingRect As IReadOnlyList(Of Point)

プロパティ値

InkAnalysisLine オブジェクトの境界ボックスの各頂点の X、Y 座標を、手描き入力領域の左上隅に対するデバイスに依存しないピクセル (DIP) 単位で指定します。

実装

適用対象

こちらもご覧ください