Map for WinForms | ComponentOne
C1.Win.Map Namespace / C1Map Class / GetBitmap Method
Whether load the tile asynchronous.

In This Topic
    GetBitmap Method (C1Map)
    In This Topic
    Obtains an bitmap image of the current C1Map display.
    Syntax
    '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.
    See Also