This documentation is for the old version. Go to the latest Graphics Mill docs

ViewerBase.DoubleBufferPaint Event

Raised before a control copies a bitmap from the memory buffer to the screen during repaint.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Event DoubleBufferPaint As PaintEventHandler
C#
public event PaintEventHandler DoubleBufferPaint

Remarks

Use this event to draw your custom graphics at the control (rather than at the bitmap).

See Also

Reference