C# Class System.Windows.Forms.BitmapLabel

Inheritance: Control
Show file Open project: Meragon/Unity-WinForms

Public Methods

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

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void
OnPaintEditor ( float width ) : object

Private Methods

Method Description
GetCursor ( ) : float

Method Details

Bake() public method

public Bake ( ) : void
return void

BitmapLabel() public method

public BitmapLabel ( BitmapFont font ) : System
font System.Drawing.BitmapFont
return System

ClearBake() public method

public ClearBake ( ) : void
return void

OnPaint() protected method

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

OnPaintEditor() protected method

protected OnPaintEditor ( float width ) : object
width float
return object

Refresh() public method

public Refresh ( ) : void
return void

this() public method

public this ( int index ) : CharSettings
index int
return CharSettings