BoringLayout.Metrics.DrawingBoundingBox Property
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 drawing bounding box.
public virtual Android.Graphics.RectF DrawingBoundingBox { [Android.Runtime.Register("getDrawingBoundingBox", "()Landroid/graphics/RectF;", "GetGetDrawingBoundingBoxHandler", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getDrawingBoundingBox", "()Landroid/graphics/RectF;", "GetGetDrawingBoundingBoxHandler", ApiSince=35)>]
member this.DrawingBoundingBox : Android.Graphics.RectF
Property Value
a drawing bounding box.
- Attributes
Remarks
Returns drawing bounding box.
Java documentation for android.text.BoringLayout.Metrics.getDrawingBoundingBox()
.
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.