ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Image variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image variable.
<Image>.SaveGIF (Function)
Saves an image: in a file in GIF format. in memory....
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....
<Image variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in an Image variable.
<Image>.SavePNG (Function)
Saves an image: in a PNG file. in memory....
<Image>.SaveJPEG (Function)
Saves an image: in a JPEG file. in memory....
FaxDisconnect (Function)
Closes a connection to a fax server (established beforehand by FaxConnect).
<Image>.DrawSlice (Function)
Draws a circle or an ellipse section in an Image control.
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
<Image variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image variable.
<Image variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image variable.
<Image variable>.DrawLine (Function)
Draws a line in an Image variable.
<Image variable>.PixelColor (Function)
Identifies the color of a pixel contained in an Image variable.
<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.