ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dCircle (Function)
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....
<WDPic variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
<Image>.PixelOpacity (Function)
Identifies the opacity of a pixel in an image (in an Image control) with an Alpha channel.
<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).
<Image>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified Image control.
<Image>.DrawRectangleGradient (Function)
Draws a rectangle in an Image control.
dInvertColor (Function)
Reverses the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
DocInsert (Function)
Inserts an object into a Word Processing document or replaces the content of the current fragment. The objects that can be used are: an element, a document, a paragraph, a text, an image, a fragment....
<Image>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Image variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in an image (in an Image variable) with an Alpha channel.
<Image variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for an Image variable.
<Image variable>.DrawRectangleGradient (Function)
Draws a rectangle in an Image variable.
<WDPic variable>.InvertColor (Function)
Inverts the colors of a WDPic variable.
<WDPic variable>.Pen (Function)
Declares the default color and style for lines, rectangles, circles, etc. contained in a variable of type WDPic.
<Image>.Pen (Function)
Declares the default color and style for lines, rectangles, circles, etc. contained in an Image control.
<picLayer variable>.VerticalSymmetry (Function)
Flips an image contained in a picLayer variable with respect to a vertical axis (symmetry with respect to a vertical axis).
<WDPic variable>.HorizontalSymmetry (Function)
Flips an image contained in a WDPic variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<picLayer variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<Image>.DrawLine (Function)
Draws a line in an Image control.
<Image>.PixelColor (Function)
Identifies the color of a pixel in an Image control.
<WDPic variable>.Font (Function)
Declares the font to be used by the dText function in a WDPic type variable.
<Image>.Font (Function)
Declares the font to be used by the dText function in an Image control.
<picLayer variable>.Background (Function)
Declares the default background color for rectangles, circles, ... used in a variable of type picLayer.