C# Class WindowlessControls.WindowlessRectangle

Inheritance: WindowlessPaintControl
Afficher le fichier Open project: koush/WindowlessControls Class Usage Examples

Méthodes publiques

Méthode Description
WindowlessRectangle ( ) : System
WindowlessRectangle ( int maxWidth, int maxHeight, Color color ) : System

Méthodes protégées

Méthode Description
OnPaint ( WindowlessPaintEventArgs e ) : void

Private Methods

Méthode Description
ColorChanged ( object sender, DependencyPropertyEventArgs e ) : void
FilledChanged ( object sender, DependencyPropertyEventArgs e ) : void
RectangleWidthChanged ( object sender, DependencyPropertyEventArgs e ) : void

Method Details

OnPaint() protected méthode

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

WindowlessRectangle() public méthode

public WindowlessRectangle ( ) : System
Résultat System

WindowlessRectangle() public méthode

public WindowlessRectangle ( int maxWidth, int maxHeight, Color color ) : System
maxWidth int
maxHeight int
color Color
Résultat System