Pygame.dibujar.rect

Ejemplos de código

5
0

pygame.Rect

pygame.Rect(top, left, width, height) # all values are integers in pixels
3
0

sintaxis de pygame draw rect

pygame.draw.rect(SURFACE, RGB_COLOR, (X, Y, WIDTH, HEIGHT))
2
0

dibujar una línea pygame

pygame.draw.line(surface, color, start_pos, end_pos, width)
1
0

pygame.dibujar.rect

pygame.draw.rect(surface, color, rect)
1
0

pygame.dibujar.rect()

gameDisplay = pygame.display.set_mode((width,height))
bright_blue =(0,255,255)

# draw rectangle 
pygame.draw.rect(gameDisplay, bright_blue ,(611,473,100,50))
0
0

pygame cómo dibujar un rectángulo

 pygame.draw.rect(DISPLAY,BLUE,(200,150,100,50))

En otros idiomas

Esta página está en otros idiomas

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................