Drawable Class |
Namespace: Eto.Forms
The Drawable type exposes the following members.
| Name | Description | |
|---|---|---|
| Drawable |
Initializes a new instance of the Drawable class.
| |
| Drawable(Boolean) |
Initializes a new instance of the Drawable class with a hint whether it is intended for a large canvas
| |
| Drawable(DrawableIHandler) |
Initializes a new instance of the Drawable class with the specified handler
|
| Name | Description | |
|---|---|---|
| CanFocus |
Gets or sets a value indicating whether this instance can recieve the input/keyboard focus
| |
| SupportsCreateGraphics |
Gets a value indicating whether this Drawable supports the CreateGraphics method
|
| Name | Description | |
|---|---|---|
| CreateGraphics |
Creates a graphics context for this control
| |
| GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.) | |
| OnPaint |
Raises the Paint event
| |
| Update |
Update the specified region directly
|