ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PicRectangularSnip (Function)
Captures a rectangular area defined with the cursor and retrieves the image in a variable of type Image.
Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
dCopieImageChamp (Control)
Copies the image of a control in a WINDEV window to a variable of type Image.
<Scanner variable>.ToImage (Function)
Retrieves a document from a scanner in a variable of type Image.
ScanToImage (Function)
Retrieves a document from a scanner in a variable of type Image.
<Image variable>.Blur (Function)
Blurs the entire given area in a variable of type Image.
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
grSaveImage (Function)
Saves the image of a chart in an Image variable.
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
dClear (Function)
Clears the content of an Image variable or Image control and fills it with the specified color.
dTransferToImage (Function)
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....
<Image variable>.DrawShadow (Function)
Adds a shadow effect on an image found in an Image variable].
<Image variable>.DrawHalo (Function)
Adds a halo effect on an image found in an Image variable].
<Image variable>.Crop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
dCrop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
dShadow (Function)
Adds a shadow effect on an image found in an Image variable].
dHalo (Function)
Adds a halo effect on an image found in an Image variable].
grDestinationImage (Function)
Defines an Image variable as destination of a chart.
dCopyScreenImage (Function)
Copies the screen content to an Image variable or to an Image control.
<diagShape variable>.ToImage (Function)
Creates an image from a shape in a diagram (the shape can be displayed or not in the diagram).
DiagramShapeToImage (Function)
Creates an image from a shape in a diagram (the shape can be displayed or not in the diagram).
DiagramToImage (Function)
Exports a diagram to a variable of type Image.
<Diagram variable>.ToImage (Function)
Exports a diagram to a variable of type Image.
BitPerPixel (Property)
The BitPerPixel property is used to get and change the number of bits per pixel in an image.