CircleShape Constructor (Single)

SFML.Net

CircleShape Constructor (Single)
Construct the shape with an initial radius

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public CircleShape(
	float radius
)
Public Sub New ( 
	radius As Single
)
public:
CircleShape(
	float radius
)
new : 
        radius : float32 -> CircleShape

Parameters

radius
Type: SystemSingle
Radius of the shape
See Also