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)

public abstract uint GetPointCount()
Public MustOverride Function GetPointCount As UInteger
public: virtual unsigned int GetPointCount() abstract
abstract GetPointCount : unit -> uint32
Return Value
Type: UInt32The total point count
