AddLatLongLine Method
Syntax
'Declaration Public Sub AddLatLongLine( _ ByVal p1 As PointF, _ ByVal p2 As PointF, _ ByVal line As Line _ )
Parameters
- p1
- First coordinate in Latitude, Longitude format.
- p2
- Second coordinate in Latitude, Longitude format.
- line
- The line style used to draw this line.
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