Map for WinForms | ComponentOne
C1.FlexMap Namespace / IMapDevice Interface / GetPlacemarkLabelSize Method
The placemark element to be rendered.

In This Topic
    GetPlacemarkLabelSize Method (IMapDevice)
    In This Topic
    Gets the label size of the placemark element.
    Syntax
    'Declaration
     
    
    Function GetPlacemarkLabelSize( _
       ByVal vectorPlacemark As VectorPlacemark _
    ) As C1.Win.Interop.Size
    C1.Win.Interop.Size GetPlacemarkLabelSize( 
       VectorPlacemark vectorPlacemark
    )

    Parameters

    vectorPlacemark
    The placemark element to be rendered.

    Return Value

    The pixels size of the placemark.
    See Also