Image Constructor

SFML.Net

Image Constructor
Overload List
  Name Description
Public method Image(Byte)
Construct the image from a file in memory
Public method Image(Stream)
Construct the image from a file in a stream
Public method Image(String)
Construct the image from a file
Public method Image(Color)
Construct the image directly from an array of pixels
Public method Image(Image)
Construct the image from another image
Public method Image(UInt32, UInt32)
Construct the image with black color
Public method Image(UInt32, UInt32, Color)
Construct the image from a single color
Public method Image(UInt32, UInt32, Byte)
Construct the image directly from an array of pixels
Top
See Also