An NDoc Documented Class Library

XPThemeManager.DrawGraduatedWizardBackground Method (Rectangle, Graphics, Rectangle, Color)

Paints a particular style of gradient background which fades from a theme-defined color at the top, to a specified color at the base (e.g. White).

public static void DrawGraduatedWizardBackground(
   Rectangle rcl,
   Graphics g,
   Rectangle clip,
   Color sourceColor
);

Parameters

rcl
The total target rectangle of the Window.
g
The graphics surface on which to paint the fill.
clip
The current clip rectangle for the surface
sourceColor
The color to which to blend.

See Also

XPThemeManager Class | XPThemeManager Members | Genghis.Windows.Forms Namespace | XPThemeManager.DrawGraduatedWizardBackground Overload List