ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Drawing functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
<Image variable>.DrawShadow (Function)
In french: <Variable Image>.DessineOmbre
Adds a shadow effect on an image found in an Image variable.
Example
MyImage is Image
MyImage = "image.png"
// Adds a shadow
MyImage.DrawShadow()
 
// Adds a yellow shadow
MyImage.DrawShadow(YellowToolhelp)
Syntax
<Image variable>.DrawShadow([<Shadow color> [, <Shadow opacity> [, <Clip>]]])
<Image variable>: Image variable
Name of the Image variable that corresponds to the image to use.
<Shadow color>: Optional integer
Color of the shadow that must be added to the image. This color can correspond to:
The shadow is black by default.
<Shadow opacity>: Optional integer
Percentage of opacity for the shadow to add (to be mixed with the existing pixels). This value is set to 100 by default: no opacity is applied.
<Clip>: Optional boolean
  • True if the shadow must be clipped,
  • False (default value) otherwise.
Component: wd290pnt.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help