|
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
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 parameters can be passed to a procedure... |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
Changes the hue of an image in an Image variable. |
|
|
|
|
|
|
Adds a shadow effect on an image found in an Image variable]. |
|
|
|
|
|
|
Identifies the color of a pixel contained in an Image variable. |
|
|
|
|
|
|
Modifies the hue, saturation and lightness of an image in an Image variable. |
|
|
|
|
|
|
Identifies the opacity of a pixel in an image (in an Image variable) with an Alpha channel. |
|
|
|
|
|
|
Resizes an image in an Image variable. |
|
|
|
|
|
|
Rotates an image in an Image variable. |
|
|
|
|
|
|
Saves an image contained in an Image variable:
in a file in BMP format.
in memory.... |
|
|
|
|
|
|
Saves an image found in an Image variable:
in a file in GIF format.
in memory.... |
|
|
|
|
|
|
Saves an image in icon format either in a file, or in memory. |
|
|
|
|
|
|
Saves an image found in an Image variable:
in a PNG file.
in memory.... |
|
|
|
|
|
|
Deletes all the drawings made since the last call to dStartDrawing. |
|
|
|
|
|
|
Flips an image contained in an Image variable with respect to a horizontal axis (symmetry... |
|
|
|
|
|
|
Flips an image contained in an Image variable with respect to a vertical axis (symmetry... |
|
|
|
|
|
|
Saves an image found in an Image variable:
in a JPEG file.
in memory.... |
|
|
|
|
|
|
Adds an element to the queue. |
|
|
|
|
|
|
Checks the status of a Facebook session. |
|
|
|
|
|
|
Stops the Facebook session that was started by FBStartSession. |
|
|
|
|
|
|
Used to authenticate and log in to Faceboook. |
|
|
|
|
|
|
Gets the Facebook information of the connected user. |
|
|
|
|
|
|
Sends an HTTP request to the Facebook Graph API. |
|
|
|
|
|
|
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode). |
|
|
|
|
|
|
Disconnects the user from the Google services used. During the next re-connection,... |
|
|
|
|
|
|
Creates and/or updates data on the Google server (addition or modification of data).... |
|
|
|
|
|
|
Uploads a document to the Google server. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|