ViewGroup.OffsetDescendantRectToMyCoords(View, Rect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Offset a rectangle that is in a descendant's coordinate space into our coordinate space.
[Android.Runtime.Register("offsetDescendantRectToMyCoords", "(Landroid/view/View;Landroid/graphics/Rect;)V", "")]
public void OffsetDescendantRectToMyCoords (Android.Views.View? descendant, Android.Graphics.Rect? rect);
[<Android.Runtime.Register("offsetDescendantRectToMyCoords", "(Landroid/view/View;Landroid/graphics/Rect;)V", "")>]
member this.OffsetDescendantRectToMyCoords : Android.Views.View * Android.Graphics.Rect -> unit
Parameters
- descendant
- View
A descendant of this view
- rect
- Rect
A rectangle defined in descendant's coordinate space.
- Attributes
Remarks
Offset a rectangle that is in a descendant's coordinate space into our coordinate space.
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.