Android.Views.ViewGroup.OffsetRectIntoDescendantCoords Method
Offset a rectangle that is in our coordinate space into an ancestor's coordinate space.

Syntax

[Android.Runtime.Register("offsetRectIntoDescendantCoords", "(Landroid/view/View;Landroid/graphics/Rect;)V", "")]
public void OffsetRectIntoDescendantCoords (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 our coordinate space into an ancestor's 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