CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Initializes a new instance of the Circle2D class
Namespace: CADability.Curve2DAssembly: 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 ) |