Click or drag to resize

Bitmap Constructor (BitmapIHandler)

Initializes a new instance of a Bitmap with the specified handler

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Bitmap(
	BitmapIHandler handler
)

Parameters

handler
Type: Eto.DrawingBitmapIHandler
Platform handler to use for this instance
Remarks
This is intended to be used by platform specific code to return bitmap instances with a particular handler
See Also