Android.Views.ViewGroup.OffsetDescendantRectToMyCoords Method
Offset a rectangle that is in a descendant's coordinate space into our coordinate space.

Syntax

[Android.Runtime.Register("offsetDescendantRectToMyCoords", "(Landroid/view/View;Landroid/graphics/Rect;)V", "")]
public void OffsetDescendantRectToMyCoords (View descendant, Android.Graphics.Rect rect)

Parameters

descendant
A descendant of this view
rect
A rectangle defined in descendant's coordinate space.

Remarks

Offset a rectangle that is in a descendant's coordinate space into our coordinate space.

[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