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>.DrawHalo (Function)
In french: <Variable Image>.DessineHalo
Adds a halo effect on an image found in an Image variable.
Example
MyImage is Image
MyImage = "image.png"
 
// Adds a 5-pixel wide yellow halo
MyImage.DrawHalo(LightYellow, 5)
Syntax
<Image variable>.DrawHalo(<Halo color> [, <Thickness> [, <Clip>]])
<Image variable>: Image variable
Name of the Image variable that corresponds to the image to use.
<Halo color>: Integer
Color of the halo that must be added to the image. This color can correspond to:
<Thickness>: Optional integer
Thickness of the halo in pixels (2 pixels by default).
<Clip>: Optional boolean
  • True if the halo 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