FormWidgetInfo.WidgetRect 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.
Gets the rectangle occupied by the widget in page coordinates.
public Android.Graphics.Rect WidgetRect { [Android.Runtime.Register("getWidgetRect", "()Landroid/graphics/Rect;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getWidgetRect", "()Landroid/graphics/Rect;", "", ApiSince=35)>]
member this.WidgetRect : Android.Graphics.Rect
Property Value
The rectangle occupied by this widget in page coordinates.
- Attributes
Remarks
Use this rectangle to locate the widget on its PDF page.
Java documentation for FormWidgetInfo.
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.