Click or drag to resize

Drawable Constructor (DrawableIHandler)

Initializes a new instance of the Drawable class with the specified handler

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected Drawable(
	DrawableIHandler handler
)

Parameters

handler
Type: Eto.FormsDrawableIHandler
Handler interface for the drawable
See Also