Initializes a new instance of the Background object with gradient colors drawn left to right.
[Visual Basic]
Public Function New( _
ByVal myColor As Color, _
ByVal secondColor As Color _
)
[C#]
public Background(
Color myColor,
Color secondColor
);
[JScript]
public function Background(
myColor : Color,
secondColor : Color
);
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Background Class | Background Members | Overload List
2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.