Map for WinForms | ComponentOne
C1.FlexMap Namespace / IMapDevice Interface / BeforeRenderLegend Method
The map legend to be rendered.

In This Topic
    BeforeRenderLegend Method (IMapDevice)
    In This Topic
    Invoked before rendering a map legend.
    Syntax
    'Declaration
     
    
    Sub BeforeRenderLegend( _
       ByVal legend As MapLegend _
    ) 
    void BeforeRenderLegend( 
       MapLegend legend
    )

    Parameters

    legend
    The map legend to be rendered.
    See Also