Constructor Circle
Circle(Point2f, float)
Initializes a new instance of the Circle structure with the specified parameters.
public Circle(Point2f center, float radius)
Parameters
centerPoint2fThe center of the circle.
radiusfloatThe radius of the circle.