ComponentOne Xamarin.Android
GetDrawingCache Method (C1BulletGraph)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1BulletGraph Class : GetDrawingCache Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getDrawingCache", 
   "(Z)Landroid/graphics/Bitmap;", 
   "GetGetDrawingCache_ZHandler", 
   ApiSince=4)>
Public Overridable Function GetDrawingCache( _
   ByVal autoScale As Boolean _
) As Android.Graphics.Bitmap
'Usage
 
Dim instance As C1BulletGraph
Dim autoScale As Boolean
Dim value As Android.Graphics.Bitmap
 
value = instance.GetDrawingCache(autoScale)
[Android.Runtime.Register("getDrawingCache", 
   "(Z)Landroid/graphics/Bitmap;", 
   "GetGetDrawingCache_ZHandler", 
   ApiSince=4)]
public virtual Android.Graphics.Bitmap GetDrawingCache( 
   bool autoScale
)

Parameters

autoScale
See Also

Reference

C1BulletGraph Class
C1BulletGraph Members