Difference between revisions of "PixelDisplay.drawRect"
Jump to navigation
Jump to search
ZachStrout (talk | contribs) (Created page with "<c>Pixeldisplay.drawRect</c> draws (outlines) an axis-aligned rectangle on the pixel display. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! Default V...") |
(No difference)
|
Revision as of 00:16, 29 April 2020
Pixeldisplay.drawRect draws (outlines) an axis-aligned rectangle on the pixel display.
Arguments
| Parameter Name | Type | Default Value | Meaning |
|---|---|---|---|
| left | number | 0 | left side of rectangle |
| bottom | number | 0 | bottom side of rectangle |
| width | number | 100 | rectangle width |
| height | number | 100 | rectangle height |
| color | color | self.color | color to draw |
| penSize | number | 1 | width of line to draw |
Example
gfx.drawRect 100, 200, 400, 150