Arc.Arc

Arc constructor

Initializes a new instance of the Arc class.

public Arc(float posX, float posY, float radius, float alpha, float beta)
ParameterTypeDescription
posXSingleThe x-coordinate of the center point of the arc.
posYSingleThe y-coordinate of the center point of the arc.
radiusSingleThe radius value of the arc.
alphaSingleThe beginning angle value of the arc.
betaSingleThe end angle value of the arc.

See Also