Table of Contents

Method BeginPaint

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

BeginPaint(Graphics)

When implemented by a class, prepares the IPainter to paint. Associates new device context from given Graphics object to IPainter and preserves IPainter properties. EndPaint()

void BeginPaint(Graphics graphics)

Parameters

graphics Graphics

The Graphics object to draw on.