Click or drag to resize

BaseGpsReceiverDrawSatellitesSignal(Graphics, Int32, Int32, Color, Color, Color, Int32) Method

Draw the signals of satellites in view. Red brush satellite - very low signal Orange brush satellite - low signal Yellow brush satellite - medium signal Light green brush satellite - good signal Green brush satellite - very good signal

Namespace: ZylSoft.Gps
Assembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.29.9208.19412
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public void DrawSatellitesSignal(
	Graphics g,
	int width,
	int height,
	Color backColor,
	Color pseudoRandomCodeFontColor,
	Color signalToNoiseRatioFontColor,
	int maxSatelliteCount = 0
)

Parameters

g  Graphics
GDI+ drawing surface.
width  Int32
Width.
height  Int32
Height.
backColor  Color
Back color of the view.
pseudoRandomCodeFontColor  Color
Color of pseudo random code.
signalToNoiseRatioFontColor  Color
Color of signal to noise ratio.
maxSatelliteCount  Int32  (Optional)
Maximum number of satellites to be shown.
See Also