ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gImage (Function)
Builds a sequence of characters containing an image.
<Image variable>.DrawTextRTF (Function)
Draws an RTF text in an Image variable.
<Image variable>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in an Image variable.
<Image>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in an Image control.
<Image>.DrawCircle (Function)
Draws a circle or an ellipse in an Image control.
<Image variable>.DrawCircle (Function)
Draws a circle or an ellipse in an Image variable.
<Image>.PixelColor (Function)
Identifies the color of a pixel in an Image control.
<Image>.SavePNG (Function)
Saves an image: in a PNG file. in memory....
<Image>.SaveJPEG (Function)
Saves an image: in a JPEG file. in memory....
<WDPic variable>.Save (Function)
Saves the image contained in a WDPic variable.
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
<Image>.DrawTextRTF (Function)
Draws RTF text in an Image control.
grDestinationControl (Function)
Defines an Image control as destination of a chart.
grImageSize (Function)
Defines the size of the image containing the chart.
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
<Diagram variable>.ToImage (Function)
Exports a diagram to a variable of type Image.
<Image>.DrawTextMarkdown (Function)
Draws Markdown text in an Image control.
DiagramToImage (Function)
Exports a diagram to a variable of type Image.
<Image variable>.Straighten (Function)
Transforms an image by applying perspective correction.
<picLayer variable>.Straighten (Function)
Transforms an image by applying perspective correction.
<Image>.Straighten (Function)
Transforms an image by applying perspective correction.
dStraighten (Function)
Transforms an image by applying perspective correction.
The OLE control
The OLE control is used to handle an OLE object......