Class Bitmap
DrawObject
--+
|
XYObjectMixin
--+ |
| |
TextObjectMixin
--+
|
Bitmap
This class creates a bitmap object, placed at the coordinates,
x,y. the "Position" argument is a two charactor string, indicating
where in relation to the coordinates the bitmap should be oriented.
The first letter is: t, c, or b, for top, center and bottom The
second letter is: l, c, or r, for left, center and right The
position refers to the position relative to the text itself. It
defaults to "tl" (top left).
The size is fixed, and does not scale with the drawing.
Method Summary |
|
__init__(self,
Bitmap,
XY,
Position,
InForeground)
|