Click or drag to resize

BaseGpsReceiverWpfExtensionsDrawSatellitesSignalToWpfCanvas(BaseGpsReceiver, Canvas, Int32, Int32, Color) Method

Draw the signals of satellites in view to WPF canvas. 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 static void DrawSatellitesSignalToWpfCanvas(
	this BaseGpsReceiver gpsReceiver,
	Canvas canvas,
	int width,
	int height,
	Color backColor
)

Parameters

gpsReceiver  BaseGpsReceiver
this
canvas  Canvas
WPF canvas.
width  Int32
Width.
height  Int32
Height.
backColor  Color
Back color of the view.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type BaseGpsReceiver. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also