BackdropItem Constructor(Color,Byte)
Initializes a new instance of the BackdropItem class with the parameters specified.
[Visual Basic]
Public Function New( _
ByVal color As Color, _
ByVal alpha As Byte _
)
[C#]
public BackdropItem(
Color color,
byte alpha
);
Parameters
- color
- Specifies the primary color.
- alpha
- Specifies the alpha level (transparency) to use.
See Also
BackdropItem Class
| BackdropItem Members
| Overload List
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.