ConvexShape Constructor (UInt32)

SFML.Net

ConvexShape Constructor (UInt32)
Construct the shape with an initial point count

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public ConvexShape(
	uint pointCount
)
Public Sub New ( 
	pointCount As UInteger
)
public:
ConvexShape(
	unsigned int pointCount
)
new : 
        pointCount : uint32 -> ConvexShape

Parameters

pointCount
Type: SystemUInt32
Number of points of the shape
See Also