dotnetCHARTING Send comments on this topic.
AddLatLongPoint Method
See Also 
dotnetCHARTING.Mapping Namespace > MapLayer Class : AddLatLongPoint 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 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

©2002 - 2008 Webavail Productions Inc. & Corporate Web Solutions Ltd. All Rights Reserved.