Visual Basic (Declaration) | |
---|---|
Public Sub AddLatLongLine( _ ByVal p1 As PointF, _ ByVal p2 As PointF, _ ByVal line As Line _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- p1
- First coordinate in Latitude, Longitude format.
- p2
- Second coordinate in Latitude, Longitude format.
- line
- The line style used to draw this line.