ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
  • Background image of a Chart control
  • Limits
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
The TransparencyMode property gets and sets the transparency mode of an image.
Remark: The transparency mode is defined in the editor via the "Transparency" option found in the description window of controls.
Example
// Modification du mode de transparence de l'image du champ "IMG_ImageVoiture"
IMG_ImageVoiture.ModeTransparence = trsImage
Syntax

Finding out the current transparency mode Hide the details

<Current transparency> = <Control used>.TransparencyMode
<Current transparency>: Integer constant
Current transparency mode of the image:
trsTopLeftCornerThe points with the same color as the one of the top left point of the image will be transparent.
trsImage Image transparency is preserved.
trsMagentaMagenta in the image will be transparent when displayed.
<Control used>: Control name
Name of the control to be used:
  • Image control.
  • WINDEV Image column.
  • WINDEV Background of a Chart control.
  • WEBDEV - Server code Thumbnail control.
  • WEBDEV - Server code Clickable Image control.

Modifying the transparency mode Hide the details

<Control used>.TransparencyMode = <New mode>
<Control used>: Control name
Name of the control to be used:
  • Image control.
  • WINDEV Image column.
  • WINDEV Background of a Chart control.
  • WEBDEV - Server code Thumbnail control.
  • WEBDEV - Server code Clickable Image control.
<New mode>: Integer constant
New transparency mode of the image:
trsTopLeftCornerThe points with the same color as the one of the top left point of the image will be transparent.
trsImage Image transparency is preserved.
trsMagentaMagenta in the image will be transparent when displayed.
Remarks

Background image of a Chart control

When modifying the transparency mode of background image found in a Chart control, the chart display must be refreshed (by grDraw for example) in order for the change of transparency mode to appear.

Limits

The TransparencyMode property can only be used in the following controls:
  • Image control.
  • WINDEV Image column.
  • WINDEV Background of a Chart control.
  • WEBDEV - Server code Thumbnail control.
  • WEBDEV - Server code Clickable Image control.
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/04/2024

Send a report | Local help