次の方法で共有


CoreTextLayoutBounds.TextBounds プロパティ

定義

テキスト範囲の画面座標の境界ボックスを取得または設定します。

public:
 property Rect TextBounds { Rect get(); void set(Rect value); };
Rect TextBounds();

void TextBounds(Rect value);
public Rect TextBounds { get; set; }
var rect = coreTextLayoutBounds.textBounds;
coreTextLayoutBounds.textBounds = rect;
Public Property TextBounds As Rect

プロパティ値

テキスト範囲の画面座標の境界ボックス。

適用対象