.netCHARTING v10.5 Documentation


dotnetCHARTING.Mapping Namespace > MapLayer Class > AddPoint Method : AddPoint(PointF,ElementMarker) Method
The coordinates in Longitude, Latitude format.
A marker drawn in place of this point.
AddPoint(PointF,ElementMarker) Method
Syntax
'Declaration
 
Public Overloads Sub AddPoint( _
   ByVal p As PointF, _
   ByVal marker As ElementMarker _
) 
'Usage
 
Dim instance As MapLayer
Dim p As PointF
Dim marker As ElementMarker
 
instance.AddPoint(p, marker)
public void AddPoint( 
   PointF p,
   ElementMarker marker
)

Parameters

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also