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

In This Topic
    GetLegendMarkerSize Method (IMapDevice)
    In This Topic
    Gets the size of the marker of the legend item.
    Syntax
    'Declaration
     
    
    Function GetLegendMarkerSize( _
       ByVal legendItem As MapLegendItem _
    ) As C1.Win.Interop.Size
    C1.Win.Interop.Size GetLegendMarkerSize( 
       MapLegendItem legendItem
    )

    Parameters

    legendItem
    The legend item to be rendered.

    Return Value

    The pixels size of the marker of the legend item.
    See Also