Table of Contents

Method OnPaint

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v10.dll

OnPaint(PaintEventArgs)

Raises the Paint event.

protected override void OnPaint(PaintEventArgs e)

Parameters

e PaintEventArgs

A PaintEventArgs that contains the event data.

OnPaint(Rectangle, Graphics)

protected virtual void OnPaint(Rectangle bounds, Graphics graphics)

Parameters

bounds Rectangle
graphics Graphics

OnPaint(RectD, Graphics)

protected virtual void OnPaint(RectD bounds, Graphics graphics)

Parameters

bounds RectD
graphics Graphics