Visual Basic (Declaration) | |
---|---|
Public Sub AddLatLongPoint( _ ByVal p As PointF, _ ByVal marker As ElementMarker _ ) |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public void AddLatLongPoint( PointF p, ElementMarker marker ) |
Parameters
- p
- A point to add where x = latitude y = longitude and.
- marker
- Marker used for this point.