RectangleShape Constructor (RectangleShape)

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)
Syntax
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
See Also