ZylGPSReceiver.NET

GPSReceiver.DrawSatellites Method 

Draws the satellites in view.

[Visual Basic]
Public Sub DrawSatellites( _
   ByVal Graphics As Graphics, _
   ByVal Int32 As Integer, _
   ByVal Color As Color, _
   ByVal Color As Color _
)
[C#]
public void DrawSatellites(
   Graphics g,
   Int32 radius,
   Color brushColor,
   Color penColor
);

Parameters

Graphics
GDI+ drawing surface.
Int32
Radius of the great circle.
Color
Brush color.
Color
Pen Color.

See Also

GPSReceiver Class | ZylGPSReceiver Namespace