Shape.Update Method

SFML.Net

ShapeUpdate Method
Recompute the internal geometry of the shape. This function must be called by the derived class everytime the shape's points change (ie. the result of either PointCount or GetPoint is different).

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
protected void Update()
Protected Sub Update
protected:
void Update()
member Update : unit -> unit 
See Also