ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dCrop (Function)
Returns the cropped part of an image. This image is in an Image variable.
<Image>.Font (Function)
Declares the font that will be used by dTexte in an Image control.
<Image>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image control.
<Image>.Blur (Function)
Blurs the entire given area in an Image control.
<picLayer variable>.InvertColor (Function)
Inverts the colors of a picLayer variable.
<WDPic variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<Image variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image variable.
<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.
DocToImage (Function)
Exports a page found in a Word Processing document in image format.
<Image variable>.DrawLine (Function)
Draws a line in an Image variable.
<picLayer variable>.Rotation (Function)
Rotates an image in a picLayer variable.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
<Image>.DrawText (Function)
Draws a text in an Image control.
<Image>.DrawTextRTF (Function)
Draws RTF text in an Image control.
<Image>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image control.
<picLayer variable>.HorizontalSymmetry (Function)
Flips an image contained in a picLayer variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<WDPic variable>.VerticalSymmetry (Function)
Flips an image contained in a WDPic variable (in the background layer) with respect to a vertical axis (symmetry with respect to a vertical axis).
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
<Image variable>.DrawText (Function)
Draws a text in an Image variable.
<WDPic variable>.DrawRectangleGradient (Function)
Draws a rectangle in a WDPic variable.
<Image variable>.DrawTextRTF (Function)
Draws an RTF text in an Image variable.
<picLayer variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified picLayer variable.
1
2
3
4
5
6
485
>