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