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>.SaveGIF (Function)
Saves an image: in a file in GIF format. in memory....
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....
Animating the image display (WEBDEV)
...The Web sites propose several transition effects between the elements:...
<Image variable>.Font (Function)
Declares the font to be used by the dText function in a Image type variable.
<Image variable>.SavePNG (Function)
Saves an image found in an Image variable: in a PNG file. in memory....
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
<Image variable>.SaveGIF (Function)
Saves an image found in an Image variable: in a file in GIF format. in memory....
<Image variable>.SaveBMP (Function)
Saves an image contained in an Image variable: in a file in BMP format. in memory....
Customize the wizards
You can easily customize all wizards in WINDEV, WEBDEV or WINDEV Mobile......
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
<Image>.DrawRectangle (Function)
Draws a rectangle in an Image control.
Image with automatic sequence (WEBDEV)
...Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
<Image variable>.Background (Function)
Declares the default background color for rectangles, circles, ... used in a variable of type Image.
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
<Image variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<picLayer variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPicLayer image with an Alpha channel.
<Image variable>.DrawPolygon (Function)
Draws a polygon in an Image variable.
dLine (Function)
Draws a line: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<Image>.ModifyHue (Function)
Changes the hue of an image in an Image control.
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<Image>.ModifySaturation (Function)
Changes the saturation of an image in an Image control.
<Image variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in an Image variable.
dPixelColor (Function)
Identifies the color of a pixel: in an Image control. in an Image variable. in a picLayer variable. in a WDPic variable]....
1
2
3
4
5
6
585
>