Shape Constructor (Shape)

SFML.Net

Shape Constructor (Shape)
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 Shape(
	Shape copy
)
Public Sub New ( 
	copy As Shape
)
public:
Shape(
	Shape^ copy
)
new : 
        copy : Shape -> Shape

Parameters

copy
Type: SFML.GraphicsShape
Shape to copy
See Also