Paint.GetTextBounds 方法

定义

重载

GetTextBounds(ICharSequence, Int32, Int32, Rect)

检索文本边界框并存储到边界。

GetTextBounds(Char[], Int32, Int32, Rect)

以边界(由调用方分配)返回包含所有字符的最小矩形,其隐含原点为 (0,0)。

GetTextBounds(String, Int32, Int32, Rect)

检索文本边界框并存储到边界。

GetTextBounds(ICharSequence, Int32, Int32, Rect)

检索文本边界框并存储到边界。

[Android.Runtime.Register("getTextBounds", "(Ljava/lang/CharSequence;IILandroid/graphics/Rect;)V", "GetGetTextBounds_Ljava_lang_CharSequence_IILandroid_graphics_Rect_Handler", ApiSince=29)]
public virtual void GetTextBounds (Java.Lang.ICharSequence text, int start, int end, Android.Graphics.Rect bounds);
[<Android.Runtime.Register("getTextBounds", "(Ljava/lang/CharSequence;IILandroid/graphics/Rect;)V", "GetGetTextBounds_Ljava_lang_CharSequence_IILandroid_graphics_Rect_Handler", ApiSince=29)>]
abstract member GetTextBounds : Java.Lang.ICharSequence * int * int * Android.Graphics.Rect -> unit
override this.GetTextBounds : Java.Lang.ICharSequence * int * int * Android.Graphics.Rect -> unit

参数

text
ICharSequence

要度量并返回其边界的文本

start
Int32

要度量的文本中第一个字符的索引

end
Int32

1 过去文本中要度量的最后一个字符

bounds
Rect

返回所有文本的联合边界。 必须由调用方分配

属性

注解

检索文本边界框并存储到边界。

以边界(由调用方分配)返回包含所有字符的最小矩形,其隐含原点为 (0,0)。

请注意,即使传递 android.text.Spanned 实例,样式也会被忽略。 用于 android.text.StaticLayout 测量 . 的 android.text.Spanned边界。

适用于 . 的 android.graphics.Paint.getTextBounds(java.lang.CharSequence, int, int, android.graphics.Rect)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

GetTextBounds(Char[], Int32, Int32, Rect)

以边界(由调用方分配)返回包含所有字符的最小矩形,其隐含原点为 (0,0)。

[Android.Runtime.Register("getTextBounds", "([CIILandroid/graphics/Rect;)V", "GetGetTextBounds_arrayCIILandroid_graphics_Rect_Handler")]
public virtual void GetTextBounds (char[]? text, int index, int count, Android.Graphics.Rect? bounds);
[<Android.Runtime.Register("getTextBounds", "([CIILandroid/graphics/Rect;)V", "GetGetTextBounds_arrayCIILandroid_graphics_Rect_Handler")>]
abstract member GetTextBounds : char[] * int * int * Android.Graphics.Rect -> unit
override this.GetTextBounds : char[] * int * int * Android.Graphics.Rect -> unit

参数

text
Char[]

要度量并返回其联合边界的字符数组

index
Int32

要度量的数组中第一个字符的索引

count
Int32

要度量的字符数(从索引开始)

bounds
Rect

返回所有文本的联合边界。 必须由调用方分配

属性

注解

以边界(由调用方分配)返回包含所有字符的最小矩形,其隐含原点为 (0,0)。

适用于 . 的 android.graphics.Paint.getTextBounds(char[], int, int, android.graphics.Rect)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

GetTextBounds(String, Int32, Int32, Rect)

检索文本边界框并存储到边界。

[Android.Runtime.Register("getTextBounds", "(Ljava/lang/String;IILandroid/graphics/Rect;)V", "GetGetTextBounds_Ljava_lang_String_IILandroid_graphics_Rect_Handler")]
public virtual void GetTextBounds (string? text, int start, int end, Android.Graphics.Rect? bounds);
[<Android.Runtime.Register("getTextBounds", "(Ljava/lang/String;IILandroid/graphics/Rect;)V", "GetGetTextBounds_Ljava_lang_String_IILandroid_graphics_Rect_Handler")>]
abstract member GetTextBounds : string * int * int * Android.Graphics.Rect -> unit
override this.GetTextBounds : string * int * int * Android.Graphics.Rect -> unit

参数

text
String

要度量并返回其边界的字符串

start
Int32

要度量的字符串中第一个字符的索引

end
Int32

1 超过字符串中要度量的最后一个字符

bounds
Rect

返回所有文本的联合边界。 必须由调用方分配

属性

注解

检索文本边界框并存储到边界。

以边界(由调用方分配)返回包含所有字符的最小矩形,其隐含原点为 (0,0)。

适用于 . 的 android.graphics.Paint.getTextBounds(java.lang.String, int, int, android.graphics.Rect)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于