C# Class CommonTools.Line

Inheritance: System.Windows.Forms.Control
Mostrar archivo Open project: Nullstr1ng/MultiRDPClient.NET

Public Methods

Method Description
Line ( ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void

Method Details

Line() public method

public Line ( ) : System
return System

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
return void