Texture Constructor (Texture)

SFML.Net

Texture Constructor (Texture)
Construct the texture from another texture

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

Parameters

copy
Type: SFML.GraphicsTexture
Texture to copy
See Also