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
Requirements
Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1