| Method Summary |
| PseudoMetaFile |
__init__(self)
|
| |
__del__(self)
|
| |
__repr__(self)
|
| |
CalculateSize(self,
shape)
|
| |
Clear(self)
|
| |
Copy(self,
copy)
|
| |
DestroyClippingRect(self)
|
| |
Draw(self,
dc,
xoffset,
yoffset)
|
| |
DrawArc(self,
centrePt,
startPt,
endPt)
|
| |
DrawEllipse(self,
rect)
|
| |
DrawEllipticArc(self,
rect,
startAngle,
endAngle)
|
| |
DrawLine(self,
pt1,
pt2)
|
| |
DrawLines(self,
points,
points_array)
|
| |
DrawPoint(self,
pt)
|
| |
DrawPolygon(self,
points,
points_array,
flags)
|
| |
DrawRectangle(self,
rect)
|
| |
DrawRoundedRectangle(self,
rect,
radius)
|
| |
DrawSpline(self,
points,
points_array)
|
| |
DrawText(self,
text,
pt)
|
| |
GetBounds(self,
minX,
minY,
maxX,
maxY)
|
| wxBrush |
GetFillBrush(self)
|
| int |
GetOutlineOp(self)
|
| wxPen |
GetOutlinePen(self)
|
| bool |
GetRotateable(self)
|
| bool |
IsValid(self)
|
| bool |
LoadFromMetaFile(self,
filename,
width,
height)
|
| |
Rotate(self,
x,
y,
theta)
|
| |
Scale(self,
sx,
sy)
|
| |
ScaleTo(self,
w,
h)
|
| |
SetBackgroundColour(self,
colour)
|
| |
SetBackgroundMode(self,
mode)
|
| |
SetBrush(self,
brush,
isFill)
|
| |
SetClippingRect(self,
rect)
|
| |
SetFillBrush(self,
brush)
|
| |
SetFont(self,
font)
|
| |
SetOutlineOp(self,
op)
|
| |
SetOutlinePen(self,
pen)
|
| |
SetPen(self,
pen,
isOutline)
|
| |
SetRotateable(self,
rot)
|
| |
SetSize(self,
w,
h)
|
| |
SetTextColour(self,
colour)
|
| |
Translate(self,
x,
y)
|