C# Class machine2014arcade.TransparentLabel

Inheritance: System.Windows.Forms.Control
Mostrar archivo Open project: JDGETS/machine2014

Public Methods

Method Description
TransparentLabel ( ) : System

Protected Methods

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

Method Details

OnPaint() protected method

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

OnPaintBackground() protected method

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

TransparentLabel() public method

public TransparentLabel ( ) : System
return System