DrawableCallbackOnPaint Method |
Raises the paint event.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void OnPaint(
Drawable widget,
PaintEventArgs e
)
Public Sub OnPaint (
widget As Drawable,
e As PaintEventArgs
)
abstract OnPaint :
widget : Drawable *
e : PaintEventArgs -> unit
override OnPaint :
widget : Drawable *
e : PaintEventArgs -> unit
Parameters
- widget
- Type: Eto.FormsDrawable
[Missing <param name="widget"/> documentation for "M:Eto.Forms.Drawable.Callback.OnPaint(Eto.Forms.Drawable,Eto.Forms.PaintEventArgs)"]
- e
- Type: Eto.FormsPaintEventArgs
[Missing <param name="e"/> documentation for "M:Eto.Forms.Drawable.Callback.OnPaint(Eto.Forms.Drawable,Eto.Forms.PaintEventArgs)"]
Implements
DrawableICallbackOnPaint(Drawable, PaintEventArgs)See Also