Specifies whether the surface is transparent.
__property bool Transparent;
Description
Use Transparent to specify whether the surface is transparent. If it is true, the surface lets you define a transparent color. If Transparent is false, the surface is not transparent, and the transparent color has no meaning. The default value for Transparent is false.
Transparency is a very good feature, because if you copy a transparent surface onto another surface, the transparent pixels on the source surface are not copied onto the destination surface. This technique lets you put irregular shapes on your background. You only need to give up one color, the transparent color, from your palette.
Once you have created a surface, you can't change the transparency. You need to use Recreat to change the Transparent property.