ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / Util Class / MarkerShapeToGeometry Method

In This Topic
    MarkerShapeToGeometry Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function MarkerShapeToGeometry( _
       ByVal markerShape As MarkerShape, _
       ByVal size As Double _
    ) As Geometry
    public static Geometry MarkerShapeToGeometry( 
       MarkerShape markerShape,
       double size
    )

    Parameters

    markerShape
    size
    See Also