C# Class entity.MetaEditorPlus.TransparentText

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: troymac1ure/Entity

Private Properties

Свойство Type Description
InvalidateEx void
updateTextPosition void

Méthodes publiques

Méthode Description
TransparentText ( ) : System

Constructor

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void

Private Methods

Méthode Description
InvalidateEx ( ) : void
updateTextPosition ( ) : void

Method Details

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

TransparentText() public méthode

Constructor
public TransparentText ( ) : System
Résultat System