|
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure. |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
The parameters can be passed to a procedure... |
|
|
|
|
|
|
Draws a polygon in a picLayer variable. |
|
|
|
|
|
|
Draws a line composed of multiple segments. |
|
|
|
|
|
|
Draws a line composed of multiple segments. |
|
|
|
|
|
|
Draws a section of a circle or an ellipse in a WDPic variable. |
|
|
|
|
|
|
Draws a section of a circle or an ellipse in a picLayer variable. |
|
|
|
|
|
|
Draws a rectangle in a WDPic variable. |
|
|
|
|
|
|
Draws a rectangle in a picLayer variable. |
|
|
|
|
|
|
Draws a rounded rectangle in a WDPic variable. |
|
|
|
|
|
|
Draws a rounded rectangle in a picLayer variable. |
|
|
|
|
|
|
Draws a rectangle in a WDPic variable. |
|
|
|
|
|
|
Draws a rectangle in a picLayer variable. |
|
|
|
|
|
|
Resizes an image in a picLayer variable. |
|
|
|
|
|
|
Colors an area in a WDPic variable. |
|
|
|
|
|
|
Colors an area in a picLayer variable. |
|
|
|
|
|
|
Rotates an image in a picLayer variable. |
|
|
|
|
|
|
Declares the default color and style for the lines, rectangles, circles, ... in a WDPic variable. |
|
|
|
|
|
|
Declares the default color and style for the lines, rectangles, circles, ... in a picLayer... |
|
|
|
|
|
|
Flips an image contained in a WDPic variable with respect to a horizontal axis (symmetry... |
|
|
|
|
|
|
Flips an image contained in a picLayer variable with respect to a horizontal axis (symmetry... |
|
|
|
|
|
|
Flips an image contained in a WDPic variable (in the background layer) with respect to a vertical... |
|
|
|
|
|
|
Flips an image contained in a picLayer variable with respect to a vertical axis (symmetry... |
|
|
|
|
|
|
Draws a text in a WDPic variable. |
|
|
|
|
|
|
Draws a text in a picLayer variable. |
|
|
|
|
|
|
Draws an RTF text in a WDPic variable. |
|
|
|
|
|
|
Draws an RTF text in a picLayer variable. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|