ConvexShape Constructor (ConvexShape)

SFML.Net

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

Parameters

copy
Type: SFML.GraphicsConvexShape
Shape to copy
See Also