C# Class SystemEx.Windows.Forms.TipInfo

Inheritance: IDisposable
Afficher le fichier Open project: pvginkel/SystemEx Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Paint ( Graphics g ) : void
TipInfo ( Control owner ) : System

Private Methods

Méthode Description
CalculateDimensions ( ) : void
GetDimensions ( ) : Rectangle
GetGradientBrush ( ) : LinearGradientBrush
GetPadding ( ) : Padding
GetPath ( ) : GraphicsPath
GetPen ( ) : Pen
GetWidth ( ) : int

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Paint() public méthode

public Paint ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

TipInfo() public méthode

public TipInfo ( Control owner ) : System
owner System.Windows.Forms.Control
Résultat System