Texture Constructor

SFML.Net

Texture Constructor
Overload List
  Name Description
Public method Texture(Byte)
Construct the texture from a file in memory
Public method Texture(Stream)
Construct the texture from a file in a stream
Public method Texture(String)
Construct the texture from a file
Public method Texture(Image)
Construct the texture from an image
Public method Texture(Texture)
Construct the texture from another texture
Public method Texture(Stream, IntRect)
Construct the texture from a file in a stream
Public method Texture(String, IntRect)
Construct the texture from a file
Public method Texture(UInt32, UInt32)
Construct the texture
Public method Texture(Image, IntRect)
Construct the texture from an image
Top
See Also