SFML.Net
ConvexShapeSetPointCount Method |
Set the number of points of the polygon.
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)

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 polygon
