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

Inheritance: GradientItemColors
Afficher le fichier Open project: Cocotteseb/Krypton

Méthodes publiques

Méthode 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 méthode

public DrawBack ( Graphics g, Rectangle rect ) : void
g System.Drawing.Graphics
rect System.Drawing.Rectangle
Résultat void

GradientItemColorsChecked() public méthode

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.
Résultat System