Click or drag to resize
Accord.NET (logo)

Circle Constructor

Overload List
  NameDescription
Public methodCircle
Creates a new unit Circle at the origin.
Public methodCircle(Point, Double)
Creates a new Circle with the given radius centered at the given center point coordinates.
Public methodCircle(Double, Double, Double)
Creates a new Circle with the given radius centered at the given x and y coordinates.
Public methodCircle(Single, Single, Double)
Creates a new Circle with the given radius centered at the given x and y coordinates.
Public methodCircle(Point, Point, Point)
Creates a new Circle from three non-linear points.
Top
See Also