C# 클래스 System.Windows.Forms.BitmapLabel

상속: Control
파일 보기 프로젝트 열기: Meragon/Unity-WinForms

공개 메소드들

메소드 설명
Bake ( ) : void
BitmapLabel ( BitmapFont font ) : System
ClearBake ( ) : void
Refresh ( ) : void
this ( int index ) : CharSettings

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs e ) : void
OnPaintEditor ( float width ) : object

비공개 메소드들

메소드 설명
GetCursor ( ) : float

메소드 상세

Bake() 공개 메소드

public Bake ( ) : void
리턴 void

BitmapLabel() 공개 메소드

public BitmapLabel ( BitmapFont font ) : System
font System.Drawing.BitmapFont
리턴 System

ClearBake() 공개 메소드

public ClearBake ( ) : void
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnPaintEditor() 보호된 메소드

protected OnPaintEditor ( float width ) : object
width float
리턴 object

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

this() 공개 메소드

public this ( int index ) : CharSettings
index int
리턴 CharSettings