Inherits IpePainter.
The IpeObjct::BBox member function computes a bounding box useful for distance calculations and optimizations. To find a bounding box that is accurate for the actual drawn object, paint the object using an IpeBBoxPainter, and retrieve the box with BBox.
void IpeBBoxPainter::DoMoveTo | ( | const IpeVector & | v | ) | [protected, virtual] |
void IpeBBoxPainter::DoLineTo | ( | const IpeVector & | v | ) | [protected, virtual] |
void IpeBBoxPainter::DoDrawBitmap | ( | IpeBitmap | bitmap | ) | [protected, virtual] |
void IpeBBoxPainter::DoDrawText | ( | const IpeText * | text | ) | [protected, virtual] |