C# Class SystemEx.Windows.Forms.TipInfo

Inheritance: IDisposable
Mostrar archivo Open project: pvginkel/SystemEx Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Paint ( Graphics g ) : void
TipInfo ( Control owner ) : System

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Paint() public method

public Paint ( Graphics g ) : void
g System.Drawing.Graphics
return void

TipInfo() public method

public TipInfo ( Control owner ) : System
owner System.Windows.Forms.Control
return System