Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields.Maps Namespace / C1Mapper Class / DrawPoint Method

In This Topic
    DrawPoint Method
    In This Topic
    Adds a point.
    Syntax
    'Declaration
     
    Public Sub DrawPoint( _
       ByVal layerKey As String, _
       ByVal longitude As Double, _
       ByVal latitude As Double, _
       ByVal caption As String, _
       ByVal font As Font, _
       ByVal textColor As Color, _
       ByVal markShape As MarkerShape, _
       ByVal size As Double, _
       ByVal stroke As Color, _
       ByVal fill As Color _
    ) 
    public void DrawPoint( 
       string layerKey,
       double longitude,
       double latitude,
       string caption,
       Font font,
       Color textColor,
       MarkerShape markShape,
       double size,
       Color stroke,
       Color fill
    )

    Parameters

    layerKey
    longitude
    latitude
    caption
    font
    textColor
    markShape
    size
    stroke
    fill
    See Also