Shape.GetPointCount Method

SFML.Net

ShapeGetPointCount Method
Get the total number of points of the shape

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

Return Value

Type: UInt32
The total point count
See Also