Go to the first, previous, next, last section, table of contents.


EZDDrawing -- Interface to EZD Drawings

SYNOPSIS

#include <CNCL/EZDDrawing.h>

TYPE

CN_EZDDRAWING

BASE CLASSES

EZD

DERIVED CLASSES

None

RELATED CLASSES

EZDObject, EZDPushButton, EZDWindow

DESCRIPTION


EZDDrawing
Constructors:

EZDDrawing();
EZDDrawing(CNParam *param);
EZDDrawing(const CNString &name);
EZDDrawing(const CNString &name, const int x, const int y, const int w, const int h);
Sets this drawing to the current drawing. Its name is either name or (by default) "draw".

Additional functions :

void set();
sets this drawing to the current drawing.


Go to the first, previous, next, last section, table of contents.