|
|
|
|
|
- Background image of a Chart control
- Limitations
TransparencyMode (Property) In french: ModeTransparence
The TransparencyMode property gets and sets the transparency mode of an image. Note: The transparency mode is set in the editor using the "Transparency" option in the field description window..
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:
| | trsTopLeftCorner | The points with the same color as the one of the top left point of the image will be transparent. | trsImage | Image transparency is preserved. | trsMagenta | Magenta in the image will be transparent when displayed. |
<Control used>: Control name Name of the field to be manipulated:
Modifying the transparency mode Hide the details
<Control used>.TransparencyMode = <New mode>
<Control used>: Control name Name of the field to be manipulated: <New mode>: Integer constant New transparency mode of the image:
| | trsTopLeftCorner | The points with the same color as the one of the top left point of the image will be transparent. | trsImage | Image transparency is preserved. | trsMagenta | Magenta 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. Limitations The TransparencyMode property can only be used in the following controls:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|