CircleShape.CircleShape

CircleShape()

Construct a CircleShape profile with default radius(5).

public CircleShape()

See Also


CircleShape(double)

Construct a CircleShape profile with specified radius.

public CircleShape(double radius)
ParameterTypeDescription
radiusDouble

See Also