Click or drag to resize

DrawableIHandler Interface

Handler interface for the Drawable control

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[AutoInitializeAttribute(false)]
public interface IHandler : PanelIHandler, 
	ContainerIHandler, ControlIHandler, WidgetIHandler, IContextMenuHost

The DrawableIHandler type exposes the following members.

Properties
  NameDescription
Public propertyCanFocus
Gets or sets a value indicating whether this instance can recieve the input/keyboard focus
Public propertySupportsCreateGraphics
Top
Methods
  NameDescription
Public methodCreate
Creates a new drawable control without specifying a large canvas or not
Public methodCreate(Boolean)
Called when creating a drawable control with a hint whether it is intended for a large canvas
Public methodCreateGraphics
Creates a graphics context for this control
Public methodUpdate
Update the specified region directly
Top
See Also