Rectangle plugin
Draws a rectangle
Example usage
Example 1
Rectangle{20,20,50,80}
Example 2
Rectangle{20,20,50,80,6,Green}
Example 3
Rectangle{X{5}Y{5}Width{50}Height{50}Brush{Size{10}}}
Constructors
Constructor 1
Available properties
Width - Number
Height - Number
Fill - ImgBagFill
Position - DrawPluginPosition
The type of positioning to use
X - Number
The X-coordinate to begin drawing, if relevant
Y - Number
The Y-coordinate to begin drawing, if relevant
Brush - ImgBagBrush
The settings to use for the brush, if relevant
Font - ImgBagFont
The settings to use for the font, if relevant