CircleShape.SetPointCount Method

SFML.Net

CircleShapeSetPointCount Method
Set the number of points of the circle. The count must be greater than 2 to define a valid shape.

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public void SetPointCount(
	uint count
)
Public Sub SetPointCount ( 
	count As UInteger
)
public:
void SetPointCount(
	unsigned int count
)
member SetPointCount : 
        count : uint32 -> unit 

Parameters

count
Type: SystemUInt32
New number of points of the circle
See Also