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
)
Protected Sub New (
handler As DrawableIHandler
)
new :
handler : DrawableIHandler -> Drawable
Parameters
- handler
- Type: Eto.FormsDrawableIHandler
Handler interface for the drawable
See Also