Ipelib
|
#include <ipepswriter.h>
Inherits ipe::PdfPainter.
PsPainter::~PsPainter | ( | ) |
void PsPainter::doNewPath | ( | ) | [protected, virtual] |
Perform new path operator.
Reimplemented from ipe::PdfPainter.
void PsPainter::doDrawPath | ( | TPathMode | mode | ) | [protected, virtual] |
Actually draw the path.
Reimplemented from ipe::PdfPainter.
void PsPainter::doDrawBitmap | ( | Bitmap | bitmap | ) | [protected, virtual] |
Draw a bitmap.
Reimplemented from ipe::PdfPainter.
void PsPainter::doAddClipPath | ( | ) | [protected, virtual] |
Add a clip path.
Reimplemented from ipe::PdfPainter.