CircleShape Constructor (Single, UInt32)

SFML.Net

CircleShape Constructor (Single, UInt32)
Construct the shape with an initial radius and point count

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,
	uint pointCount
)
Public Sub New ( 
	radius As Single,
	pointCount As UInteger
)
public:
CircleShape(
	float radius, 
	unsigned int pointCount
)
new : 
        radius : float32 * 
        pointCount : uint32 -> CircleShape

Parameters

radius
Type: SystemSingle
Radius of the shape
pointCount
Type: SystemUInt32
Number of points of the shape
See Also