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)

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
