31#ifndef PT_GFX_PAINTER_H
32#define PT_GFX_PAINTER_H
34#include <Pt/Gfx/PainterBase.h>
82 void begin(PaintSurface& surface);
86 void begin(PaintContext& context);
PainterBase()
Default constructor.
Painter()
Constructs an inactive painter.
Painter(PaintSurface &surface)
Constructs and begins painting on a surface.
void begin(PaintSurface &surface)
Begins painting on a surface.
virtual ~Painter()
Destructor.
Painter(PaintContext &context)
Constructs and begins painting on a context.
void begin(PaintContext &context)
Begins painting on a context.
Graphics and imaging services.
Definition Api-Argb32Image.h:12
Core module.
Definition Allocator.h:33