SGR getColoredRectangle-EN : Différence entre versions
De BlueWiki
(Page créée avec « Component Command List Version française === Parameters === ») |
|||
Ligne 3 : | Ligne 3 : | ||
[[SGR_getColoredRectangle|Version française]] | [[SGR_getColoredRectangle|Version française]] | ||
=== Parameters === | === Parameters === | ||
+ | ---- | ||
+ | {| class="wikitable" | ||
+ | |||
+ | !Parameters | ||
+ | !Type | ||
+ | ! | ||
+ | !Description | ||
+ | |- | ||
+ | |valign="top"|Coulor | ||
+ | |valign="top"|Texte | ||
+ | |valign="top"|[[File:in.png|caption]] | ||
+ | |SVG Color | ||
+ | |||
+ | |- | ||
+ | |valign="top"|Rectangle width | ||
+ | |valign="top"|Long | ||
+ | |valign="top"|[[File:in.png|caption]] | ||
+ | | | ||
+ | |||
+ | |- | ||
+ | |valign="top"|Rectangle Height | ||
+ | |valign="top"|Long | ||
+ | |valign="top"|[[File:in.png|caption]] | ||
+ | | | ||
+ | |||
+ | |- | ||
+ | |Result | ||
+ | |Picture | ||
+ | |[[File:out.png|caption]] | ||
+ | |Image including SVG code | ||
+ | |||
+ | |} | ||
+ | |||
+ | |||
+ | === Description === | ||
+ | ---- | ||
+ | |||
+ | This command returns a rectangle of selected color and dimensions | ||
+ | |||
+ | === Code example=== | ||
+ | ---- | ||
+ | |||
+ | $pict:=SGR_getColoredRectangle("Red";25;10) |
Version du 2 juillet 2014 à 18:38
Parameters
Parameters | Type | Description | |
---|---|---|---|
Coulor | Texte | SVG Color | |
Rectangle width | Long | ||
Rectangle Height | Long | ||
Result | Picture | Image including SVG code |
Description
This command returns a rectangle of selected color and dimensions
Code example
$pict:=SGR_getColoredRectangle("Red";25;10)