Circle Constructor

CVB.Net Documentation
Create a circle.

Namespace:  Stemmer.Cvb.Geometry2D
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public Circle(
	Point2Dd center,
	double radius
)

Parameters

center
Type: Stemmer.CvbPoint2Dd
center of the circle
radius
Type: SystemDouble
radius of the circle
See Also

Reference