dotnetCHARTING Send comments on this topic.
AddPoint(PointF,ElementMarker) Method
See Also 
dotnetCHARTING.Mapping Namespace > MapLayer Class > AddPoint Method : AddPoint(PointF,ElementMarker) Method


p
The coordinates in Longitude, Latitude format.
marker
A marker drawn in place of this point.

Syntax

Visual Basic (Declaration) 
Public Overloads 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
The coordinates in Longitude, Latitude format.
marker
A marker drawn in place of this point.

See Also

© 2010 All Rights Reserved.