Circle.Circle

Circle constructor

Initializes a new instance of the Circle class.

public Circle(float posX, float posY, float radius)
ParameterTypeDescription
posXSingleThe x-coordinate of the center of the circle.
posYSingleThe y-coordinate of the center of the circle.
radiusSingleThe radius of the circle.

See Also