SFML.Net
Texture Constructor |

Name | Description | |
---|---|---|
![]() |
Texture(Byte) |
Construct the texture from a file in memory
|
![]() |
Texture(Stream) |
Construct the texture from a file in a stream
|
![]() |
Texture(String) |
Construct the texture from a file
|
![]() |
Texture(Image) |
Construct the texture from an image
|
![]() |
Texture(Texture) |
Construct the texture from another texture
|
![]() |
Texture(Stream, IntRect) |
Construct the texture from a file in a stream
|
![]() |
Texture(String, IntRect) |
Construct the texture from a file
|
![]() |
Texture(UInt32, UInt32) |
Construct the texture
|
![]() |
Texture(Image, IntRect) |
Construct the texture from an image
|
