Difference between revisions of "PixelDisplay.fillRect"
Jump to navigation
Jump to search
ZachStrout (talk | contribs) (Created page with "<c>PixelDisplay.fillRect</c> fills an axis-aligned rectangle on the pixel display. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! Default Value !!...") |
(No difference)
|
Latest revision as of 02:36, 1 May 2020
PixelDisplay.fillRect fills 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 |
Example
gfx.fillRect 100, 200, 400, 150