Rect

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

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