示例#1
0
def draw_line_2x(img, x0, y0, x1, y1, color):
    return _pongclib.draw_line_2x(img, x0, y0, x1, y1, color)
def draw_line_2x(*args):
    return _pongclib.draw_line_2x(*args)
示例#3
0
def draw_line_2x(*args):
  return _pongclib.draw_line_2x(*args)