TimedText.Bounds Property

Definition

Get the rectangle area or region for rendering the timed text as specified by a Rect object.

public Android.Graphics.Rect? Bounds { [Android.Runtime.Register("getBounds", "()Landroid/graphics/Rect;", "")] get; }
[<get: Android.Runtime.Register("getBounds", "()Landroid/graphics/Rect;", "")>]
member this.Bounds : Android.Graphics.Rect

Property Value

the rectangle region to render the characters in the timed text. If no bounds information is available (a null is returned), render the timed text at the center bottom of the display.

Attributes

Remarks

Get the rectangle area or region for rendering the timed text as specified by a Rect object.

Java documentation for android.media.TimedText.getBounds().

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.

Applies to