Visual Basic (Declaration) | |
---|---|
Public Overloads Sub AddLatLongPoint( _ ByVal p As PointF, _ ByVal marker As ElementMarker _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.