C# Class MetroFramework.Forms.MetroForm.MetroRealisticDropShadow

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: AshishKilmist/MetroFramework

Méthodes publiques

Méthode Description
MetroRealisticDropShadow ( Form targetForm ) : System

Méthodes protégées

Méthode Description
ClearShadow ( ) : void
OnLoad ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
PaintShadow ( ) : void

Private Methods

Méthode Description
DrawBlurBorder ( ) : Bitmap
DrawOutsetShadow ( int hShadow, int vShadow, int blur, int spread, Color color, Rectangle shadowCanvasArea ) : Image
DrawRoundedRectangle ( Graphics g, Rectangle bounds, int cornerRadius, Pen drawPen, Color fillColor ) : void
SetBitmap ( Bitmap bitmap, byte opacity ) : void

Method Details

ClearShadow() protected méthode

protected ClearShadow ( ) : void
Résultat void

MetroRealisticDropShadow() public méthode

public MetroRealisticDropShadow ( Form targetForm ) : System
targetForm System.Windows.Forms.Form
Résultat System

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

PaintShadow() protected méthode

protected PaintShadow ( ) : void
Résultat void