ActionMode.Callback2.OnGetContentRect(ActionMode, View, Rect) Method

Definition

[Android.Runtime.Register("onGetContentRect", "(Landroid/view/ActionMode;Landroid/view/View;Landroid/graphics/Rect;)V", "GetOnGetContentRect_Landroid_view_ActionMode_Landroid_view_View_Landroid_graphics_Rect_Handler", ApiSince=23)]
public virtual void OnGetContentRect (Android.Views.ActionMode? mode, Android.Views.View? view, Android.Graphics.Rect? outRect);
[<Android.Runtime.Register("onGetContentRect", "(Landroid/view/ActionMode;Landroid/view/View;Landroid/graphics/Rect;)V", "GetOnGetContentRect_Landroid_view_ActionMode_Landroid_view_View_Landroid_graphics_Rect_Handler", ApiSince=23)>]
abstract member OnGetContentRect : Android.Views.ActionMode * Android.Views.View * Android.Graphics.Rect -> unit
override this.OnGetContentRect : Android.Views.ActionMode * Android.Views.View * Android.Graphics.Rect -> unit

Parameters

mode
ActionMode
view
View
outRect
Rect
Attributes

Remarks

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