Paint.EqualsForTextMeasurement(Paint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true of the passed Paint
will have the same effect on text measurement
[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
Parameters
- other
- Paint
A Paint
object.
Returns
true if the other Paint
has the same effect on text measurement.
- Attributes
Remarks
Returns true of the passed Paint
will have the same effect on text measurement
Java documentation for android.graphics.Paint.equalsForTextMeasurement(android.graphics.Paint)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.