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

Image() private method

Internal constructor
private Image ( IntPtr cPointer ) : System
cPointer System.IntPtr Pointer to the object in C library
return System
        internal Image(IntPtr cPointer) :
            base(cPointer)
        {
        }
        

Same methods

Image::Image ( System.Color pixels ) : System
Image::Image ( Image copy ) : 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