DrawableIHandler Interface |
Namespace: Eto.Forms
The DrawableIHandler type exposes the following members.
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 | |
---|---|---|
Create |
Creates a new drawable control without specifying a large canvas or not
| |
Create(Boolean) |
Called when creating a drawable control with a hint whether it is intended for a large canvas
| |
CreateGraphics |
Creates a graphics context for this control
| |
Update |
Update the specified region directly
|