Eto.Drawing.Bitmap.Bitmap C# (CSharp) Method

Bitmap() public method

Initializes a new instance of a Bitmap with the specified handler
This is intended to be used by platform specific code to return bitmap instances with a particular handler
public Bitmap ( IHandler handler ) : System
handler IHandler Platform handler to use for this instance
return System
		public Bitmap(IHandler handler)
			: base(handler)
		{
		}

Same methods

Bitmap::Bitmap ( Image image, int width = null, int height = null, ImageInterpolation interpolation = ImageInterpolation.Default ) : System
Bitmap::Bitmap ( Eto.Drawing.Size size, PixelFormat pixelFormat ) : System
Bitmap::Bitmap ( Stream stream ) : System
Bitmap::Bitmap ( byte bytes ) : System
Bitmap::Bitmap ( int width, int height, Eto.Drawing.Graphics graphics ) : System
Bitmap::Bitmap ( int width, int height, PixelFormat pixelFormat ) : System
Bitmap::Bitmap ( string fileName ) : System