def getMode(self):
return self.currentMode
## Draw a rectangle with rounded edges on the screen (rotated to screen)
# @param self The object pointer.
# @param x The upper left x coordinate of the rectangle.
# @param y The upper left y coordinate of the rectangle.
# @param width The width of the rectangle.
# @param height The height of the rectangle.
# @param radius The arc of the rectangle corners.
# @param fill The color of the inside of the rectangle. Optional, defaults to white.
# @param display Choose to immediately push the drawing to the screen. Optional, defaults to True.
评论列表
文章目录