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
)
Protected Sub New (
handler As ImageIHandler
)
new :
handler : ImageIHandler -> Image
Parameters
- handler
- Type: Eto.DrawingImageIHandler
Handler implementation to use for the image.
See Also