Method Summary |
|
__init__(self,
glcanvas)
|
|
BeginDrawing(self)
|
|
Clear(self)
|
|
DestroyClippingRegion(self)
|
|
DrawCircle(self,
x,
y,
radius)
|
|
DrawLabel(self,
text,
rect,
flags)
|
|
DrawLine(self,
x1,
y1,
x2,
y2)
|
|
DrawPolygon(self,
points)
|
|
DrawRectangle(self,
x,
y,
w,
h)
|
|
EndDrawing(self)
|
|
SetBackground(self,
brush)
|
|
SetBackgroundMode(self,
mode)
|
|
SetBrush(self,
brush)
|
|
SetClippingRegion(self,
region)
|
|
SetClippingRegionAsRegion(self,
region)
|
|
SetFont(self,
font)
|
|
SetLogicalFunction(self,
func)
|
|
SetPen(self,
pen)
|
|
SetTextBackground(self,
color)
|
|
SetTextForeground(self,
color)
|