Map for WinForms | ComponentOne
C1.FlexMap Namespace / IMapDevice Interface / RenderLegendMarker Method
The legend item to be rendered.
The bounds to render the marker.

In This Topic
    RenderLegendMarker Method (IMapDevice)
    In This Topic
    Renders the marker of the legend item.
    Syntax
    'Declaration
     
    
    Sub RenderLegendMarker( _
       ByVal legendItem As MapLegendItem, _
       ByVal bounds As C1.Win.Interop.Rect _
    ) 
    void RenderLegendMarker( 
       MapLegendItem legendItem,
       C1.Win.Interop.Rect bounds
    )

    Parameters

    legendItem
    The legend item to be rendered.
    bounds
    The bounds to render the marker.
    See Also