CircleShape.GetPointCount Method

SFML.Net

CircleShapeGetPointCount Method
Get the total number of points of the circle

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public override uint GetPointCount()
Public Overrides Function GetPointCount As UInteger
public:
virtual unsigned int GetPointCount() override
abstract GetPointCount : unit -> uint32 
override GetPointCount : unit -> uint32 

Return Value

Type: UInt32
The total point count
See Also