Rect

Rect(float x, float y, float w, float h [, string style])

Version

1.0

Descripción

Produce un rectángulo. Este puede ser dibujado (solamente el borde), relleno (sin borde) o ambos.

Parámetros

x
Abscisa del la esquina superior izquierda.
y
Ordenada de la esquina superior izquierda.
w
Ancho.
h
Alto.
style
Estilo de interpretación. Los posibles valores son:

Vea además

SetLineWidth(), SetDrawColor(), SetFillColor().
Inicio