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

Image() public method

Construct the image from another image
public Image ( Image copy ) : System
copy Image Image to copy
return System
        public Image(Image copy) :
            base(sfImage_copy(copy.CPointer))
        {
        }

Same methods

Image::Image ( System.Color pixels ) : System
Image::Image ( IntPtr cPointer ) : System
Image::Image ( System.Stream stream ) : System
Image::Image ( byte bytes ) : System
Image::Image ( string filename ) : System
Image::Image ( uint width, uint height ) : System
Image::Image ( uint width, uint height, System.Color color ) : System
Image::Image ( uint width, uint height, byte pixels ) : System