Click or drag to resize

BaseGpsReceiverDrawSatellitesSignalToBitmap Method

Draw the signals of satellites in view to a bitmap. 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.28.8737.22596
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public Bitmap DrawSatellitesSignalToBitmap(
	int width,
	int height,
	Color backColor
)

Parameters

width  Int32
Width.
height  Int32
Height.
backColor  Color
Back color of the view.

Return Value

Bitmap
Bitmap with the satellites signal.
See Also