HP Prime for All

English  Русский 

Syntax

RECT([G], [x1, y1], [x2, y2], [edgecolor],[fillcolor])

Description

Draws a rectangle on G, with diagonal defined by points (x1,y1) and (x2,y2), using edgecolor for the perimeter and fillcolor for the inside. The following values are optional and their defaults are listed: x1, y1=top left corner of G x2, y2=bottom right corner of G edgecolor=white fillcolor=edgecolor Note: To erase a GROB, execute RECT(G). To clear the screen execute RECT().

RECT — Discussion