ComponentOne Xamarin.Android
OffsetDescendantRectToMyCoords Method (C1RadialGauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1RadialGauge Class : OffsetDescendantRectToMyCoords Method
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 C1RadialGauge
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 descendant,
   Android.Graphics.Rect rect
)

Parameters

descendant
rect
See Also

Reference

C1RadialGauge Class
C1RadialGauge Members