Paint.EqualsForTextMeasurement(Paint) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 true 的传递 Paint
结果将对文本度量产生相同的影响
[Android.Runtime.Register("equalsForTextMeasurement", "(Landroid/graphics/Paint;)Z", "GetEqualsForTextMeasurement_Landroid_graphics_Paint_Handler", ApiSince=28)]
public virtual bool EqualsForTextMeasurement (Android.Graphics.Paint other);
[<Android.Runtime.Register("equalsForTextMeasurement", "(Landroid/graphics/Paint;)Z", "GetEqualsForTextMeasurement_Landroid_graphics_Paint_Handler", ApiSince=28)>]
abstract member EqualsForTextMeasurement : Android.Graphics.Paint -> bool
override this.EqualsForTextMeasurement : Android.Graphics.Paint -> bool
参数
- other
- Paint
Paint
对象。
返回
如果另一个 Paint
对文本度量具有相同的影响,则为 true。
- 属性
注解
返回 true 的传递 Paint
结果将对文本度量产生相同的影响
适用于 . 的 android.graphics.Paint.equalsForTextMeasurement(android.graphics.Paint)
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。