SGR getColoredRectangle-EN : Différence entre versions

De BlueWiki
(Page créée avec « Component Command List Version française === Parameters === »)
 
 
(Une révision intermédiaire par un utilisateur est masquée)
Ligne 1 : Ligne 1 :
[[Composant_Graphe_SVG-EN#Commands|Component Command List ]]
+
[[Composant_Graphe_SVG-EN#Commands|Component Command List ]] - [[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 actuelle en date du 2 juillet 2014 à 18:40

Component Command List - Version française

[modifier] Parameters


Parameters Type Description
Coulor Texte caption SVG Color
Rectangle width Long caption
Rectangle Height Long caption
Result Picture caption Image including SVG code


[modifier] Description


This command returns a rectangle of selected color and dimensions

[modifier] Code example


$pict:=SGR_getColoredRectangle("Red";25;10)