C# Class WindowlessControls.WindowlessPaintControl

Inheritance: WindowlessControl, IWindowlessPaintControl
Afficher le fichier Open project: koush/WindowlessControls

Private Properties

Свойство Type Description
ClipToBoundsChanged void
PaintChildrenChanged void
PaintSelfChanged void

Méthodes publiques

Méthode Description
OnWindowlessPaint ( WindowlessPaintEventArgs e ) : void
WindowlessPaintControl ( ) : System

Méthodes protégées

Méthode Description
OnPaint ( WindowlessPaintEventArgs e ) : void

Private Methods

Méthode Description
ClipToBoundsChanged ( object sender, DependencyPropertyEventArgs e ) : void
PaintChildrenChanged ( object sender, DependencyPropertyEventArgs e ) : void
PaintSelfChanged ( object sender, DependencyPropertyEventArgs e ) : void

Method Details

OnPaint() protected méthode

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

OnWindowlessPaint() public méthode

public OnWindowlessPaint ( WindowlessPaintEventArgs e ) : void
e WindowlessPaintEventArgs
Résultat void

WindowlessPaintControl() public méthode

public WindowlessPaintControl ( ) : System
Résultat System