C# Class winmaped2.LayerPanel

Inheritance: System.Windows.Forms.Panel
Mostra file Open project: Bananattack/verge3

Public Methods

Method Description
LayerPanel ( ) : System
SetControlLayouts ( ) : void

Protected Methods

Method Description
OnInvalidated ( System.Windows.Forms.InvalidateEventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Method Details

LayerPanel() public method

public LayerPanel ( ) : System
return System

OnInvalidated() protected method

protected OnInvalidated ( System.Windows.Forms.InvalidateEventArgs e ) : void
e System.Windows.Forms.InvalidateEventArgs
return void

OnMouseEnter() protected method

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

OnMouseLeave() protected method

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

OnMouseMove() protected method

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

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

SetControlLayouts() public method

public SetControlLayouts ( ) : void
return void