ComponentOne Xamarin.Android
GetDrawingCache Method (CalendarSlotsPanel<S>)


C1.Android.Calendar Assembly > C1.Android.Calendar Namespace > CalendarSlotsPanel<S> 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 CalendarSlotsPanel(Of S)
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

CalendarSlotsPanel<S> Class
CalendarSlotsPanel<S> Members