dotnetCHARTING Send comments on this topic.
AddLatLongPoint Method
See Also 
dotnetCHARTING.Mapping Namespace > MapLayer Class : AddLatLongPoint Method


p
marker

Syntax

Visual Basic (Declaration) 
Public Sub AddLatLongPoint( _
   ByVal p As PointF, _
   ByVal marker As ElementMarker _
) 
Visual Basic (Usage)Copy Code
Dim instance As MapLayer
Dim p As PointF
Dim marker As ElementMarker
 
instance.AddLatLongPoint(p, marker)
C# 
public void AddLatLongPoint( 
   PointF p,
   ElementMarker marker
)

Parameters

p
marker

See Also