TextPointer.GetCharacterRect(LogicalDirection) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在の TextPointer を指定した論理方向に罫線で囲むコンテンツの境界ボックスを返します。
public:
virtual Rect GetCharacterRect(LogicalDirection direction) = GetCharacterRect;
Rect GetCharacterRect(LogicalDirection const& direction);
public Rect GetCharacterRect(LogicalDirection direction);
function getCharacterRect(direction)
Public Function GetCharacterRect (direction As LogicalDirection) As Rect
パラメーター
- direction
- LogicalDirection
コンテンツ境界ボックスを検索する論理方向を指定する LogicalDirection 値の 1 つ。
戻り値
現在の TextPointer の境界線を指定した方向に配置するコンテンツの Rect、または現在のレイアウト情報と有効なレイアウト情報が使用できない場合に空と評価される Rect。