SFML.Net
RectangleShape Constructor (RectangleShape) |
Construct the shape from another shape
Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)

public RectangleShape( RectangleShape copy )
Public Sub New ( copy As RectangleShape )
public: RectangleShape( RectangleShape^ copy )
new : copy : RectangleShape -> RectangleShape
Parameters
- copy
- Type: SFML.GraphicsRectangleShape
Shape to copy
