ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Choose the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages...
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
<Image>.DrawPoint (Function)
Draws a point in an Image control.
<Image>.DrawText (Function)
Draws a text in an Image control.
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
<Image>.DrawTextRTF (Function)
Draws RTF text in an Image control.
<Image variable>.Pen (Function)
Declares the default color and style for lines, rectangles, circles, etc. contained in a variable of type Image.
<Image variable>.DrawLine (Function)
Draws a line in an Image variable.
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
<Image variable>.PixelColor (Function)
Identifies the color of a pixel contained in an Image variable.
<Image variable>.Font (Function)
Declares the font that will be used by dText in an Image variable.
<Image variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image variable.
Tiff (Type of variable)
The Tiff type is used to define the advanced characteristics of a TIFF image.
dCopieImageChamp (Control)
Copies the image of a control in a WINDEV window to a variable of type Image.
<WDPic variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPic image with an Alpha channel.
<Image>.DrawPolygon (Function)
Draws a polygon in an Image control,
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
<Image variable>.DrawText (Function)
Draws a text in an Image variable.
dPixelOpacity (Function)
Identifies the opacity of a pixel in an image that has an Alpha channel. This image can be: an Image control, an Image variable, a WDPic variable (on the background layer), a picLayer variable....
<Image>.SaveJPEG (Function)
Saves an image: in a JPEG file. in memory....
<Image>.SavePNG (Function)
Saves an image: in a PNG file. in memory....
<Image variable>.DrawTextRTF (Function)
Draws an RTF text in an Image variable.
dPen (Function)
Declares the default color and style for the lines, rectangles, circles, ... found: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<Image>.DrawSlice (Function)
Draws a circle or an ellipse section in an Image control.
1
2
3
4
5
6
585
>