C# Class entity.MetaEditorPlus.TransparentText

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: troymac1ure/Entity

Private Properties

Property Type Description
InvalidateEx void
updateTextPosition void

Public Methods

Method Description
TransparentText ( ) : System

Constructor

Protected Methods

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

Private Methods

Method Description
InvalidateEx ( ) : void
updateTextPosition ( ) : 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

TransparentText() public method

Constructor
public TransparentText ( ) : System
return System