C# Class OdessaGUIProject.UI_Controls.CustomPictureBox

Inheritance: System.Windows.Forms.Control
Mostrar archivo Open project: noahsw/highlight-hunter

Public Methods

Method Description
CustomPictureBox ( ) : System
Redraw ( ) : void

Protected Methods

Method Description
OnMove ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void

Method Details

CustomPictureBox() public method

public CustomPictureBox ( ) : System
return System

OnMove() protected method

protected OnMove ( EventArgs e ) : void
e System.EventArgs
return void

OnPaint() protected method

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

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
return void

Redraw() public method

public Redraw ( ) : void
return void