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

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

Méthodes publiques

Méthode Description
DrawBack ( Graphics g, Rectangle rect ) : void
GradientItemColorsSplit ( Color border, Color begin, Color end ) : System

Initialize a new instance of the GradientItemColorsSplit 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

GradientItemColorsSplit() public méthode

Initialize a new instance of the GradientItemColorsSplit class.
public GradientItemColorsSplit ( 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