Transformable Constructor (Transformable)

SFML.Net

Transformable Constructor (Transformable)
Construct the transformable from another transformable

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public Transformable(
	Transformable transformable
)
Public Sub New ( 
	transformable As Transformable
)
public:
Transformable(
	Transformable^ transformable
)
new : 
        transformable : Transformable -> Transformable

Parameters

transformable
Type: SFML.GraphicsTransformable
Transformable to copy
See Also