RectangleShape.GetPointCount Method

SFML.Net

RectangleShapeGetPointCount Method
Get the total number of points of the rectangle.

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. For rectangle shapes, this number is always 4.
See Also