Inherits IpeObject.
|
Create from XML stream.
|
|
Create from XML stream with given bitmap.
|
|
Create a new image.
|
|
Clone object.
Implements IpeObject. |
|
Return pointer to this object.
Reimplemented from IpeObject. |
|
Save image in XML stream.
Implements IpeObject. |
|
Draw image.
Implements IpeObject. |
|
Call VisitImage of visitor.
Implements IpeObject. |
|
Return distance of transformed object to point v. If larger than bound, can just return bound. Implements IpeObject. |
|
Extend box to include the object transformed by m. For Ipe objects in a page, don't call this directly. The IpePgObject caches the bounding box, so it is far more efficient to call IpePgObject::BBox. If called with an empty box, the result of this function is a tight bounding box for the object, with a little leeway in case the boundary is determined by a spline (it has to be approximated to perform this operation). Implements IpeObject. |
|
Compute possible vertex snapping position for transformed object. Looks only for positions closer than bound. If successful, modify pos and bound. Implements IpeObject. |
|
Return the rectangle occupied by the image on the paper. The transformation matrix is applied to this, of course. |
|
Return IpeBitmap of the image.
|