Syntax
'Declaration
<Android.Runtime.RegisterAttribute("offsetDescendantRectToMyCoords",
"(Landroid/view/View;Landroid/graphics/Rect;)V",
"")>
Public Sub OffsetDescendantRectToMyCoords( _
ByVal As Android.Views.View, _
ByVal As Android.Graphics.Rect _
)
'Usage
Dim instance As DetailProviderRowHeaderCell
Dim descendant As Android.Views.View
Dim rect As Android.Graphics.Rect
instance.OffsetDescendantRectToMyCoords(descendant, rect)
[Android.Runtime.Register("offsetDescendantRectToMyCoords",
"(Landroid/view/View;Landroid/graphics/Rect;)V",
"")]
public void OffsetDescendantRectToMyCoords(
Android.Views.View ,
Android.Graphics.Rect
)
Parameters
- descendant
- rect
See Also