C# 클래스 BEHelper.TransPicBox

상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: Gainedge/BetterExplorer

공개 메소드들

메소드 설명
TransPicBox ( ) : System
TransPicBox ( Control parent, string text ) : System
TransPicBox ( Control parent, string text, int left, int top, int width, int height ) : System
TransPicBox ( string text ) : System
TransPicBox ( string text, int left, int top, int width, int height ) : System

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

비공개 메소드들

메소드 설명
resizeImage ( Bitmap imgToResize, Size size ) : Bitmap

메소드 상세

OnPaint() 보호된 메소드

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

OnPaintBackground() 보호된 메소드

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

OnResize() 보호된 메소드

protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnSizeChanged() 보호된 메소드

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

TransPicBox() 공개 메소드

public TransPicBox ( ) : System
리턴 System

TransPicBox() 공개 메소드

public TransPicBox ( Control parent, string text ) : System
parent System.Windows.Forms.Control
text string
리턴 System

TransPicBox() 공개 메소드

public TransPicBox ( Control parent, string text, int left, int top, int width, int height ) : System
parent System.Windows.Forms.Control
text string
left int
top int
width int
height int
리턴 System

TransPicBox() 공개 메소드

public TransPicBox ( string text ) : System
text string
리턴 System

TransPicBox() 공개 메소드

public TransPicBox ( string text, int left, int top, int width, int height ) : System
text string
left int
top int
width int
height int
리턴 System