CPaintEngine.h

Includes:
"CImageCanvas.h"

Introduction

Use the links in the table of contents to the left to access the documentation.



Functions

SetCanvas
SetTemporaryCanvas

SetCanvas


void SetCanvas(
    CImageCanvas *inCanvas ) 
Discussion

This canvas contains the result of the user's drawings.


SetTemporaryCanvas


void SetTemporaryCanvas(
    CImageCanvas *inCanvas )
Discussion

The temporary canvas is the one in which e.g. a rectangle is drawn and re-drawn until the mouse is released. It is erased between mouse events, and drawn on top of the actual canvas.