'Declaration
Public Function GetBitmap( _ ByVal loadTileAsync As Boolean _ ) As Image
public Image GetBitmap( bool loadTileAsync )
Parameters
- loadTileAsync
- Whether load the tile asynchronous.
Return Value
Bitmap image of the current C1Map display.
'Declaration
Public Function GetBitmap( _ ByVal loadTileAsync As Boolean _ ) As Image
public Image GetBitmap( bool loadTileAsync )