Android.Views.View.RequestRectangleOnScreen Method
Request that a rectangle of this view be visible on the screen, scrolling if necessary just enough.

Syntax

[Android.Runtime.Register("requestRectangleOnScreen", "(Landroid/graphics/Rect;)Z", "GetRequestRectangleOnScreen_Landroid_graphics_Rect_Handler")]
public virtual bool RequestRectangleOnScreen (Android.Graphics.Rect rectangle)

Parameters

rectangle
The rectangle.

Returns

Documentation for this section has not yet been entered.

Remarks

Request that a rectangle of this view be visible on the screen, scrolling if necessary just enough.

A View should call this if it maintains some notion of which part of its content is interesting. For example, a text editing view should call this when its cursor moves.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1