| |
Versions 09 and laterdArc New in version 09dArc dArc | Draws an arc of circle or an arc of ellipse: - in an Image control,
- in an Image variable.
|
dBackground | Declares the default background color for the rectangles, circles, ... used: - in an Image control,
- in an Image variable].
|
dBorder | Draws a border. |
dChangeMode | Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....). |
dChord | Draws the chord of a circle (intersection between an ellipse and a straight line): - in an Image control,
- in an Image variable].
|
dCircle | Draws a circle or an ellipse: - in an Image control,
- in an Image variable,
- in a WDPic variable (on the background layer),
- in a picLayer variable.
|
Versions 18 and laterdCopy dCopy | Copies an image into another image. |
dCopyBlt | Copies an image: - from an Image control into another Image control.
- from an Image variable into another Image variable.
|
dCopyScreenImage | Copies the screen content into an Image variable or into an Image control. |
dCopyWindowImage | Copies the image from a WINDEV window into an Image variable or into an Image control. |
Versions 17 and laterdCrop dCrop | Returns the cropped part of an image. This image is found in an Image variable. |
dEncrustColor | Encrusts a color in an image found in an Image variable]. |
Versions 09 and laterdFill dFill | Colors an area: - in an Image control,
- in an Image variable].
|
Versions 09 and laterdFont dFont | Declares the font that will be used by dText: - in an Image control,
- in an Image variable.
|
Versions 17 and laterdHalo dHalo | Adds a halo effect on an image found in an Image variable]. |
Versions 09 and laterdLine dLine | Draws a line: - in an Image control,
- in an Image variable].
|
dLoadImage | Loads an image in an Image variable from a memo, a file or a binary buffer. |
Versions 09 and laterdPen New in version 09dPen dPen | Declares the default color and style for the lines, rectangles, circles, ... found: - in an Image control,
- in an Image variable].
|
dPoint | Draws a point: - in an Image control,
- in an Image variable].
|
dPolygon | Draws a polygon: - in an Image control,
- in an Image variable.
|
dPolyline | Draws a line composed of several segments. |
dRectangle | Draws a rectangle: - in an Image control,
- in an Image variable].
|
dRectangleGradient | Draws a rectangle: - in an Image control,
- in an Image variable].
|
dRoundedRectangle | Draws a rounded rectangle:- in an Image control,
- in an Image variable.
|
dShadow | Adds a shadow effect on an image found in an Image variable]. |
dSlice | Draws a circle section or an ellipse section: - in an Image control,
- in an Image variable].
|
Versions 09 and laterdText dText | Draws a text: - in an Image control,
- in an Image variable].
|
dTextRTF | Draws an RTF text:- in an Image control,
- in an Image variable].
|
dTransferToImage | Creates an image from a buffer of pixels encoded in a specific format. This function is an advanced function. This function is mainly used to handle the images returned by external APIs via Image variables. |
grDestinationImage | Defines an Image variable as destination of a chart. |
iImageHeight | Calculates the height of the image to print (in millimeters). |
iImageWidth | Calculates the width of the image to print (in millimeters). |
iPrintImage | Sends the image file to print to the print buffer. |