Changes

Jump to: navigation, search

Canvas 3D - Rectangle Tag

26 bytes added, 10:59, 13 April 2007
Cube Tag Reference
= Cube Rectangle Tag Reference =
[[XML_3D_-_BTS530/630 Project|Back To XML 3D Main Page]]
* position
** '''Usage:''' <rectangle position="35, 53" />.
** The ''position'' attribute is optional. If omitedomitted, the position defaults to the Origin location at {0, 0}.
** 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