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


p
marker

Syntax

Visual Basic (Declaration) 
Public Sub AddPoint( _
   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.AddPoint(p, marker)
C# 
public void AddPoint( 
   PointF p,
   ElementMarker marker
)

Parameters

p
marker

See Also