#include "DLImage.h"
#include "DLPoint.h"
#include "DLColor.h"
#include "DLLogger.h"
Go to the source code of this file.
Classes | |
class | DLShape |
Abstract base class for all shape types. More... | |
Enumerations | |
enum | DLLineStyle { DL_SOLID, DL_DASH } |
enum DLLineStyle |
Line types: dashed or solid. This is used to indicate the type of line to use when drawing a shape.