C# 클래스 SidebarLibrary.WinControls.ProgressBarEx

Summary description for FlatProgressBar.
상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
PerformStep ( ) : void
ProgressBarEx ( ) : System
ProgressBarEx ( Bitmap foregroundBitmap ) : System
ProgressBarEx ( Bitmap foregroundBitmap, Bitmap backgroundBitmap ) : System
ProgressBarEx ( Color gradientStartColor, Color gradientEndColor ) : System
ProgressBarEx ( Color gradientStartColor, Color gradientMiddleColor, Color gradientEndColor ) : System

비공개 메소드들

메소드 설명
DrawBackground ( Graphics g, Rectangle windowRect ) : void
DrawBitmapBackground ( Graphics g, Rectangle windowRect ) : void
DrawBitmapForeground ( Graphics g, Rectangle windowRect ) : void
DrawBorder ( Graphics g, Rectangle windowRect ) : void
DrawForeground ( Graphics g, Rectangle windowRect ) : void
DrawGradientBackground ( Graphics g, Rectangle windowRect ) : void
DrawGradientForeground ( Graphics g, Rectangle windowRect ) : void
DrawStandardBackground ( Graphics g, Rectangle windowRect ) : void
DrawStandardForeground ( Graphics g, Rectangle windowRect ) : void
DrawStandardForegroundSegmented ( Graphics g, Rectangle windowRect ) : void
DrawStandardForegroundSmooth ( Graphics g, Rectangle windowRect ) : void
DrawThreeColorsGradient ( Graphics g, Rectangle windowRect ) : void
DrawTwoColorsGradient ( Graphics g, Rectangle windowRect ) : void
FirePropertyChange ( ProgressBarProperty property ) : void
GetScaledValue ( ) : int
InitializeProgressControl ( ProgressBarType barType, Color backgroundColor, Color foregroundColor, Color borderColor, Bitmap foregroundBitmap, Bitmap backgroundBitmap, Color gradientStartColor, Color gradientMiddleColor, Color gradientEndColor ) : void
OnPaint ( PaintEventArgs e ) : void

메소드 상세

PerformStep() 공개 메소드

public PerformStep ( ) : void
리턴 void

ProgressBarEx() 공개 메소드

public ProgressBarEx ( ) : System
리턴 System

ProgressBarEx() 공개 메소드

public ProgressBarEx ( Bitmap foregroundBitmap ) : System
foregroundBitmap System.Drawing.Bitmap
리턴 System

ProgressBarEx() 공개 메소드

public ProgressBarEx ( Bitmap foregroundBitmap, Bitmap backgroundBitmap ) : System
foregroundBitmap System.Drawing.Bitmap
backgroundBitmap System.Drawing.Bitmap
리턴 System

ProgressBarEx() 공개 메소드

public ProgressBarEx ( Color gradientStartColor, Color gradientEndColor ) : System
gradientStartColor Color
gradientEndColor Color
리턴 System

ProgressBarEx() 공개 메소드

public ProgressBarEx ( Color gradientStartColor, Color gradientMiddleColor, Color gradientEndColor ) : System
gradientStartColor Color
gradientMiddleColor Color
gradientEndColor Color
리턴 System