C1.Android.Core Assembly / C1.Android.Core Namespace / C1VectorIcon Class / GetDrawingCache Method


In This Topic
GetDrawingCache Method (C1VectorIcon)
In This Topic
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 C1VectorIcon
Dim autoScale As Boolean
Dim value As Android.Graphics.Bitmap
 
value = instance.GetDrawingCache(autoScale)

Parameters

autoScale
See Also