Click or drag to resize

Circle(Position, Int32) Constructor

Constructor.

Namespace: ZylSoft.Gps.Map
Assembly: ZylMap (in ZylMap.dll) Version: 1.8.0.0 (1.0.0.0)
Syntax
public Circle(
	Position center,
	int radius
)

Parameters

center  Position
Center of the circle.
radius  Int32
Radius of the circle.
See Also