C# 클래스 ComponentFactory.Krypton.Toolkit.KryptonOffice2013Renderer.GradientItemColorsPressed

상속: GradientItemColors
파일 보기 프로젝트 열기: Cocotteseb/Krypton

공개 메소드들

메소드 설명
DrawBack ( Graphics g, Rectangle rect ) : void
GradientItemColorsPressed ( Color border, Color begin, Color end ) : System

Initialize a new instance of the GradientItemColorsPressed class.

메소드 상세

DrawBack() 공개 메소드

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

GradientItemColorsPressed() 공개 메소드

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.
리턴 System