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

In This Topic
    GetMetafile Method (C1Map)
    In This Topic
    Obtains an metafile of the current C1Map display.
    Syntax
    'Declaration
     
    
    Public Function GetMetafile( _
       ByVal loadTileAsync As Boolean _
    ) As Metafile
    public Metafile GetMetafile( 
       bool loadTileAsync
    )

    Parameters

    loadTileAsync
    Whether load the tile asynchronous.

    Return Value

    Metafile of the current C1Map display.
    See Also