Click or drag to resize

DrawableICallback Interface

Callback interface for Drawable

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ICallback : ControlICallback, 
	WidgetICallback

The DrawableICallback type exposes the following members.

Methods
  NameDescription
Public methodOnPaint
Raises the paint event.
Top
See Also