Struct Circle
Represents the parameters of a circle.
public struct Circle
- Inherited Members
Constructors
Circle(Point2f, float)
Initializes a new instance of the Circle structure with the specified parameters.
public Circle(Point2f center, float radius)
Parameters
Fields
Center
The center of the circle.
public Point2f Center
Field Value
Radius
The radius of the circle.
public float Radius
Field Value
Methods
ToString()
public override string ToString()