C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / OffsetDescendantRectToMyCoords Method


In This Topic
OffsetDescendantRectToMyCoords Method (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("offsetDescendantRectToMyCoords", 
   "(Landroid/view/View;Landroid/graphics/Rect;)V", 
   "")>
Public Sub OffsetDescendantRectToMyCoords( _
   ByVal descendant As Android.Views.View, _
   ByVal rect As Android.Graphics.Rect _
) 
 
'Usage
 
Dim instance As AnnotationLayer
Dim descendant As Android.Views.View
Dim rect As Android.Graphics.Rect
 
instance.OffsetDescendantRectToMyCoords(descendant, rect)

Parameters

descendant
rect
See Also