Map for WinForms | ComponentOne
C1.FlexMap Namespace / IMapDevice Interface / GetPlacemarkShapeBounds Method
The placemark element to be rendered.
The bounds of the marker.

In This Topic
    GetPlacemarkShapeBounds Method (IMapDevice)
    In This Topic
    Gets the bounds of marker shape of the placemark element.
    Syntax
    'Declaration
     
    
    Function GetPlacemarkShapeBounds( _
       ByVal vectorPlacemark As VectorPlacemark, _
       ByVal markerBounds As C1.Win.Interop.Rect _
    ) As C1.Win.Interop.Rect
    C1.Win.Interop.Rect GetPlacemarkShapeBounds( 
       VectorPlacemark vectorPlacemark,
       C1.Win.Interop.Rect markerBounds
    )

    Parameters

    vectorPlacemark
    The placemark element to be rendered.
    markerBounds
    The bounds of the marker.

    Return Value

    The bounds of the marker shape.
    See Also