ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Image>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image control.
dPixelColor (Function)
Identifies the color of a pixel found: in an Image control. in an Image variable. in a picLayer variable. in a WDPic variable]....
dFont (Function)
Declares the font to be used by the dText function: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
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....
dBackground (Function)
Declares the default background color for the rectangles, circles, etc:: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<Image variable>.DrawTextRTF (Function)
Draws an RTF text in an Image variable.
<WDPic variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified WDPic variable.
<picLayer variable>.DrawRectangleGradient (Function)
Draws a rectangle in a picLayer variable.
<picLayer variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPicLayer image with an Alpha channel.
<picLayer variable>.Font (Function)
Declares the font to be used by the dText function in a picLayer type variable.
<Image variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image variable.
<WDPic variable>.Background (Function)
Declares the default background color for rectangles, circles, ... used in a variable of type WDPic.
Width (Property)
The Width property is used to determine and change the width of an element.
dPoint (Function)
Draws a point: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<picLayer variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
<WDPic variable>.DrawLine (Function)
Draws a line in a WDPic variable.
<picLayer variable>.DrawPoint (Function)
Draws a point in a picLayer variable.
<picLayer variable>.DrawText (Function)
Draws a text in a picLayer variable.
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dTextRTF (Function)
Draws RTF text: in an Image control, in an Image variable....
<WDPic variable>.DrawTextRTF (Function)
Draws an RTF text in a WDPic variable.
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
<Image variable>.SavePNG (Function)
Saves an image found in an Image variable: in a PNG file. in memory....
<Image variable>.SaveBMP (Function)
Saves an image contained in an Image variable: in a file in BMP format. in memory....