Click or drag to resize

BaseGpsReceiverDrawCompassToBitmap Method

Draws a compass to a bitmap.

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

Parameters

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

Return Value

Bitmap
Compass bitmap.
See Also