SFML.Net
Image Constructor |

Name | Description | |
---|---|---|
![]() |
Image(Byte) |
Construct the image from a file in memory
|
![]() |
Image(Stream) |
Construct the image from a file in a stream
|
![]() |
Image(String) |
Construct the image from a file
|
![]() |
Image(Color) |
Construct the image directly from an array of pixels
|
![]() |
Image(Image) |
Construct the image from another image
|
![]() |
Image(UInt32, UInt32) |
Construct the image with black color
|
![]() |
Image(UInt32, UInt32, Color) |
Construct the image from a single color
|
![]() |
Image(UInt32, UInt32, Byte) |
Construct the image directly from an array of pixels
|
