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


p
The coordinates in Latitude, Longitude format.
marker
A marker drawn in place of this point.
Adds a point to this map layer.

Syntax

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

See Also

© 2010 All Rights Reserved.