Table of Contents

Method BeginPaint

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

BeginPaint(Graphics)

Prepares the GdiPainter to paint. Associates new device context from given Graphics object to GdiPainter and preserves GdiPainter properties. EndPaint()

public virtual void BeginPaint(Graphics graphics)

Parameters

graphics Graphics

The Graphics object to draw on.