SFML.Graphics.Texture.Texture C# (CSharp) Method

Texture() public method

Construct the texture from another texture
public Texture ( Texture copy ) : System
copy Texture Texture to copy
return System
        public Texture(Texture copy) :
            base(sfTexture_copy(copy.CPointer))
        {
        }

Same methods

Texture::Texture ( Image image ) : System
Texture::Texture ( Image image, IntRect area ) : System
Texture::Texture ( IntPtr cPointer ) : System
Texture::Texture ( Stream stream ) : System
Texture::Texture ( Stream stream, IntRect area ) : System
Texture::Texture ( byte bytes ) : System
Texture::Texture ( string filename ) : System
Texture::Texture ( string filename, IntRect area ) : System
Texture::Texture ( uint width, uint height ) : System