ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
<picLayer variable>.Blur (Function)
Blurs the entire given area in a variable of type picLayer.
dFill (Function)
Colors an area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dBlur (Function)
Blurs the entire given area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dPixelOpacity (Function)
Identifies the opacity of a pixel in an image that has an Alpha channel. This image can be: an Image control, an Image variable, a WDPic variable (on the background layer), a picLayer variable....
<picLayer variable>.InvertColor (Function)
Inverts the colors of a picLayer variable.
<picLayer variable>.DrawLine (Function)
Draws a line in a picLayer variable.
<picLayer variable>.DrawPoint (Function)
Draws a point in a picLayer variable.
<picLayer variable>.DrawPolygon (Function)
Draws a polygon in a picLayer variable.
<picLayer variable>.DrawRectangle (Function)
Draws a rectangle in a picLayer variable.
<picLayer variable>.DrawRectangleGradient (Function)
Draws a rectangle in a picLayer variable.
<picLayer variable>.Resize (Function)
Resizes an image in a picLayer variable.
<picLayer variable>.Rotation (Function)
Rotates an image in a picLayer variable.
<picLayer variable>.DrawText (Function)
Draws a text in a picLayer variable.
<picLayer variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPicLayer image with an Alpha channel.
<picLayer variable>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in a picLayer variable.
<picLayer variable>.DrawTextRTF (Function)
Draws an RTF text in a picLayer variable.
<picLayer variable>.DrawCircle (Function)
Draws a circle or an ellipse in a picLayer variable.
<picLayer variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type picLayer.
<picLayer variable>.PixelColor (Function)
Identifies the color of a pixel contained in a picLayer variable.
<picLayer variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a picLayer variable.
<picLayer variable>.Font (Function)
Declares the font that will be used by dText in a picLayer variable.
<picLayer variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in a picLayer variable.
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
<picLayer variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in a picLayer variable.