Click or drag to resize

BaseGpsReceiverDrawSatellitesToBitmap Method

Draws the 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 White pen satellite - GPS Orange red pen satellite - GLONASS Yellow pen satellite - BeiDou Blue pen satellite - Galileo Green pen satellite - QZSS Black pen satellite - Unknown

Namespace: ZylSoft.Gps
Assembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.28.8737.22596
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public Bitmap DrawSatellitesToBitmap(
	int radius,
	Color backColor,
	Color foreColor
)

Parameters

radius  Int32
Radius of the great circle.
backColor  Color
Back color of the view.
foreColor  Color
Fore color of the view.

Return Value

Bitmap
Bitmap with the satellites.
See Also