CircleShape Constructor (CircleShape)

SFML.Net

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

Parameters

copy
Type: SFML.GraphicsCircleShape
Shape to copy
See Also