CADability dotNET
Initializes a new instance of the Circle2D class

Namespace: CADability.Curve2D
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public Circle2D(
	GeoPoint2D center,
	double radius
)
Visual Basic
Public Sub New ( _
	center As GeoPoint2D, _
	radius As Double _
)
Visual C++
public:
Circle2D(
	GeoPoint2D center, 
	double radius
)

Parameters

center
Type: CADability..::..GeoPoint2D
radius
Type: System..::..Double

See Also