示例#1
0
	def drawMeSquare(self, x, y, w, h, color):
		b.drawBox(x, y, w, h, color, False)