次の方法で共有


CoreTextLayoutRequest.LayoutBounds プロパティ

定義

テキストの範囲またはテキスト入力コントロールの境界ボックスの画面座標を取得します。

public:
 property CoreTextLayoutBounds ^ LayoutBounds { CoreTextLayoutBounds ^ get(); };
CoreTextLayoutBounds LayoutBounds();
public CoreTextLayoutBounds LayoutBounds { get; }
var coreTextLayoutBounds = coreTextLayoutRequest.layoutBounds;
Public ReadOnly Property LayoutBounds As CoreTextLayoutBounds

プロパティ値

テキスト入力サーバーによって要求されるレイアウト境界情報を表す オブジェクト。

注釈

アプリケーションは、イベント ハンドラーから戻る前に、このオブジェクトの要求されたレイアウト プロパティを設定する必要があります。

LayoutBoundsVisualPixels メソッドを使用して、アプリケーションのビューポートに対する相対的なレイアウト プロパティを取得します。

適用対象