C# Class System.Windows.Forms.BitmapLabel

Inheritance: Control
Afficher le fichier Open project: Meragon/Unity-WinForms

Méthodes publiques

Méthode Description
Bake ( ) : void
BitmapLabel ( BitmapFont font ) : System
ClearBake ( ) : void
Refresh ( ) : void
this ( int index ) : CharSettings

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void
OnPaintEditor ( float width ) : object

Private Methods

Méthode Description
GetCursor ( ) : float

Method Details

Bake() public méthode

public Bake ( ) : void
Résultat void

BitmapLabel() public méthode

public BitmapLabel ( BitmapFont font ) : System
font System.Drawing.BitmapFont
Résultat System

ClearBake() public méthode

public ClearBake ( ) : void
Résultat void

OnPaint() protected méthode

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

OnPaintEditor() protected méthode

protected OnPaintEditor ( float width ) : object
width float
Résultat object

Refresh() public méthode

public Refresh ( ) : void
Résultat void

this() public méthode

public this ( int index ) : CharSettings
index int
Résultat CharSettings