Changes

Jump to: navigation, search

Canvas 3D - Rectangle Tag

20 bytes added, 17:12, 10 February 2007
Tag Attributes
** The position attribute holds a set of two numbers separated by commas that are associated with the distance away from the Origin Point of (0, 0).
* width
** '''Usage:''' <cube rectangle width="10" />.
** The ''width'' attribute defines the width of the rectangle.
** ''This attribute cannot be omitted.''
* height
** '''Usage:''' <cube rectangle height="30" />.
** The ''height'' attribute defines the height of the rectangle.
** ''This attribute cannot be omitted.''
* fillcolor
** '''Usage:''' <cube rectangle fillcolor="#00FF00" />.
** The ''fillcolor'' attribute sets a specific color that will be painted inside the rectangle.
** This value, if omitted, will default to black (#000000).
* bordercolor
** '''Usage:''' <cube rectangle bordercolor="#FF00FF" />.
** The ''bordercolor'' attribute sets a specific color of the border.
** If omitted, the square will be drawn borderless.
1
edit

Navigation menu