C# Class SchemaFactor.Vst.MidiMapperX.DoubleBufferedUserControl

Inheritance: System.Windows.Forms.UserControl
Show file Open project: LeifBloomquist/MIDIMapperX

Public Methods

Method Description
DoubleBufferedUserControl ( ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

Method Details

DoubleBufferedUserControl() public method

public DoubleBufferedUserControl ( ) : System
return System

OnPaint() protected method

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

OnSizeChanged() protected method

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