C# Class SidebarLibrary.WinControls.ProgressBarEx

Summary description for FlatProgressBar.
Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

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

Private Methods

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

Method Details

PerformStep() public méthode

public PerformStep ( ) : void
Résultat void

ProgressBarEx() public méthode

public ProgressBarEx ( ) : System
Résultat System

ProgressBarEx() public méthode

public ProgressBarEx ( Bitmap foregroundBitmap ) : System
foregroundBitmap System.Drawing.Bitmap
Résultat System

ProgressBarEx() public méthode

public ProgressBarEx ( Bitmap foregroundBitmap, Bitmap backgroundBitmap ) : System
foregroundBitmap System.Drawing.Bitmap
backgroundBitmap System.Drawing.Bitmap
Résultat System

ProgressBarEx() public méthode

public ProgressBarEx ( Color gradientStartColor, Color gradientEndColor ) : System
gradientStartColor Color
gradientEndColor Color
Résultat System

ProgressBarEx() public méthode

public ProgressBarEx ( Color gradientStartColor, Color gradientMiddleColor, Color gradientEndColor ) : System
gradientStartColor Color
gradientMiddleColor Color
gradientEndColor Color
Résultat System