Map for WinForms | ComponentOne
C1.FlexMap Namespace / IMapDevice Interface / RenderTiles Method
The list of tile items which are visible in the viewport.

In This Topic
    RenderTiles Method (IMapDevice)
    In This Topic
    Renders the tile items.
    Syntax
    'Declaration
     
    
    Sub RenderTiles( _
       ByVal tiles As IList(Of TileItem) _
    ) 
    void RenderTiles( 
       IList<TileItem> tiles
    )

    Parameters

    tiles
    The list of tile items which are visible in the viewport.
    See Also