|
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
The parameters can be passed to a 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. |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
Draws a circle arc or an ellipse arc in an Image control. |
|
|
|
|
|
|
Draws the borders in an Image control. |
|
|
|
|
|
|
Draws a circle or an ellipse in an Image control. |
|
|
|
|
|
|
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image... |
|
|
|
|
|
|
Declares the default background color for the rectangles and circles, ... used in an Image control. |
|
|
|
|
|
|
Draws a line in an Image control. |
|
|
|
|
|
|
Draws a point in an Image control. |
|
|
|
|
|
|
Declares the font that will be used by dTexte in an Image control. |
|
|
|
|
|
|
Changes the saturation of an image in an Image control. |
|
|
|
|
|
|
Changes the hue of an image in an Image control. |
|
|
|
|
|
|
Identifies the color of a pixel in an Image control. |
|
|
|
|
|
|
Modifies the hue, the saturation and the lightness of an image in an Image control. |
|
|
|
|
|
|
Identifies the opacity of a pixel in an image (in an Image control) with an Alpha channel. |
|
|
|
|
|
|
Resizes an image in an Image control. |
|
|
|
|
|
|
Rotates an Image control. |
|
|
|
|
|
|
Saves an image:
in a file in BMP format.
in memory.... |
|
|
|
|
|
|
Saves an image:
in a file in GIF format.
in memory.... |
|
|
|
|
|
|
Saves an image:
in a PNG file.
in memory.... |
|
|
|
|
|
|
Deletes all the drawings made since the last call to dStartDrawing. |
|
|
|
|
|
|
Flips an image in an Image control with respect to a horizontal axis (symmetry with respect... |
|
|
|
|
|
|
Flips an image contained in an Image control with respect to a vertical axis (symmetry with respect... |
|
|
|
|
|
|
Saves an image:
in a JPEG file.
in memory.... |
|
|
|
|
|
|
Allows you to find out whether a page context exists on the server (which means whether the page... |
|
|
|
|
|
|
Immediately redraws the window controls for which a graphic update is required. |
|
|
|
|
|
|
Automatically updates the controls in a window or page with:
the values of the bound items... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|