Click or drag to resize

Image Constructor (ImageIHandler)

Initializes a new instance of the Image class with the specified handler.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected Image(
	ImageIHandler handler
)

Parameters

handler
Type: Eto.DrawingImageIHandler
Handler implementation to use for the image.
See Also