Difference between revisions of "love.graphics.rectangle"
Line 15: | Line 15: | ||
== Modes == | == Modes == | ||
− | {{param|fill|fills the rectangle}} | + | {{param|fill|mode|fills the rectangle}} |
− | {{param|line|only draws an outline}} | + | {{param|line|mode|only draws an outline}} |
== Examples == | == Examples == |
Revision as of 11:34, 4 January 2013
Draws a rectangle.
Contents
Function
Synopsis
love.graphics.rectangle( mode, x, y, width, height )
Arguments
DrawMode mode
- How to draw the rectangle.
number x
- The position of top-left corner along x-axis.
number y
- The position of top-left corner along y-axis.
number width
- Width of the rectangle.
number height
- Height of the rectangle.
Returns
Nothing.
Modes
Examples
love.graphics.rectangle(fill, 50, 50, 60, 120 )
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info