EditorBoundsInfo.EditorBounds プロパティ

定義

ローカル座標でエディターの境界を返します。

public Android.Graphics.RectF? EditorBounds { [Android.Runtime.Register("getEditorBounds", "()Landroid/graphics/RectF;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getEditorBounds", "()Landroid/graphics/RectF;", "", ApiSince=33)>]
member this.EditorBounds : Android.Graphics.RectF

プロパティ値

属性

注釈

ローカル座標でエディターの境界を返します。

画面座標は、含有するCursorAnchorInfoCursorAnchorInfo#getMatrixを用いて変換することにより得ることができる。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象