C# Class ComponentFactory.Krypton.Toolkit.KryptonOffice2010Renderer.GradientItemColorsPressed

Inheritance: GradientItemColors
Mostra file Open project: ComponentFactory/Krypton

Public Methods

Method Description
DrawBack ( Graphics g, Rectangle rect ) : void
GradientItemColorsPressed ( Color border, Color begin, Color end ) : System

Initialize a new instance of the GradientItemColorsPressed class.

Method Details

DrawBack() public method

public DrawBack ( Graphics g, Rectangle rect ) : void
g System.Drawing.Graphics
rect System.Drawing.Rectangle
return void

GradientItemColorsPressed() public method

Initialize a new instance of the GradientItemColorsPressed class.
public GradientItemColorsPressed ( Color border, Color begin, Color end ) : System
border Color Base border color.
begin Color Beginning background color.
end Color Ending background color.
return System