C# Class WindowlessControls.WindowlessRoundRectangle

Inheritance: WindowlessPaintControl
Afficher le fichier Open project: koush/WindowlessControls

Méthodes publiques

Méthode Description
WindowlessRoundRectangle ( ) : System

Méthodes protégées

Méthode Description
OnPaint ( WindowlessPaintEventArgs e ) : void

Private Methods

Méthode Description
BrushChanged ( object sender, DependencyPropertyEventArgs e ) : void
EllipseHeightChanged ( object sender, DependencyPropertyEventArgs e ) : void
EllipseWidthChanged ( object sender, DependencyPropertyEventArgs e ) : void
PenChanged ( object sender, DependencyPropertyEventArgs e ) : void
RoundRect ( IntPtr hdc, int nLeftRect, int nTopRect, int nRightRect, int nBottomRect, int nWidth, int nHeight ) : bool

Method Details

OnPaint() protected méthode

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

WindowlessRoundRectangle() public méthode

public WindowlessRoundRectangle ( ) : System
Résultat System