Picture.Transparent
From Xojo Documentation
This item was deprecated in version 2019r2. Please use alpha channels as a replacement. |
Property (As Integer )
aPicture.Transparent = newIntegerValue
or
IntegerValue = aPicture.Transparent
Supported for all project types and targets.
or
IntegerValue = aPicture.Transparent
Supported for all project types and targets.
Controls the transparency of the white 'layer' of the picture.
Notes
Transparent can take on either of the following values:
0 - Not transparent.
1 - White is transparent.
With the availability of alpha channels, you should instead use the constructor in place of this property.
Example
This example turns on transparency (for older Picture files).