C# 클래스 OdessaGUIProject.UI_Controls.CustomPictureBox

상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: noahsw/highlight-hunter

공개 메소드들

메소드 설명
CustomPictureBox ( ) : System
Redraw ( ) : void

보호된 메소드들

메소드 설명
OnMove ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void

메소드 상세

CustomPictureBox() 공개 메소드

public CustomPictureBox ( ) : System
리턴 System

OnMove() 보호된 메소드

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

OnPaint() 보호된 메소드

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

OnPaintBackground() 보호된 메소드

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

Redraw() 공개 메소드

public Redraw ( ) : void
리턴 void