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

Inheritance: GradientItemColors
Datei anzeigen Open project: ComponentFactory/Krypton

Public Methods

Method 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 method

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

GradientItemColorsSplit() public method

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.
return System