C# Class ComponentFactory.Krypton.Toolkit.KryptonOffice2013Renderer.GradientItemColorsChecked

Inheritance: GradientItemColors
Datei anzeigen Open project: Cocotteseb/Krypton

Public Methods

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

Initialize a new instance of the GradientItemColorsChecked class.

Method Details

DrawBack() public method

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

GradientItemColorsChecked() public method

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