Syntax
'Declaration
<Android.Runtime.RegisterAttribute("getDrawingCache",
"(Z)Landroid/graphics/Bitmap;",
"GetGetDrawingCache_ZHandler",
ApiSince=4)>
Public Overridable Function GetDrawingCache( _
ByVal As Boolean _
) As Android.Graphics.Bitmap
'Usage
Dim instance As GridCellsPanel
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
)
Parameters
- autoScale
See Also