Picture.Based on file
Syntax:
Parameters:
<FileName> (required)
File name from which a picture will be loaded.
<Transparent> (optional)
You can use it to define if a picture will have transparent areas.
You can use it only for pictures whose format does not support transparency.
The last pixel color (right-hand bottom) is taken as the background color.
Default value: False.
Description:
In the Web client mode, the constructor is not used.
Example:
Picture = New Picture("C:\My Documents\My Pictures\home.gif"); |