ComponentOne Xamarin.Android
OffsetRectIntoDescendantCoords Method (C1LinearGauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1LinearGauge Class : OffsetRectIntoDescendantCoords Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("offsetRectIntoDescendantCoords", 
   "(Landroid/view/View;Landroid/graphics/Rect;)V", 
   "")>
Public Sub OffsetRectIntoDescendantCoords( _
   ByVal descendant As Android.Views.View, _
   ByVal rect As Android.Graphics.Rect _
) 
'Usage
 
Dim instance As C1LinearGauge
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 descendant,
   Android.Graphics.Rect rect
)

Parameters

descendant
rect
See Also

Reference

C1LinearGauge Class
C1LinearGauge Members