User Tools

Site Tools


en:rect

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
en:rect [2016/01/01 22:41]
127.0.0.1 external edit
en:rect [2016/08/12 12:37]
admin
Line 1: Line 1:
 ===== Rect (Statement) ===== ===== Rect (Statement) =====
 ==== Format ==== ==== Format ====
-**rect** //x_expr//,//y_expr//,//width_expr//,//height_expr//\\ +**rect** [[numericexpressions|x_position]],[[numericexpressions|y_position]],[[numericexpressions|width]],//height_expr//\\ 
-**rect** ( //x_expr////y_expr////width_expr//, //height_expr// )+**rect** ( [[numericexpressions|x_position]][[numericexpressions|y_position]][[numericexpressions|width]], //height_expr// )
 ==== Description ==== ==== Description ====
-Draws a //width_expr// x //height_expr// pixel rectangle using the current pen and brush colors.  The top left corner is located at //x_expr//,//y_expr//.+Draws a [[numericexpressions|width]] x //height_expr// pixel rectangle using the current pen and brush colors.  The top left corner is located at [[numericexpressions|x_position]],[[numericexpressions|y_position]].
 ==== Example ==== ==== Example ====
 <code> <code>
en/rect.txt · Last modified: 2020/02/28 10:46 (external edit)