C# Class MCAEmotiv.GUI.Controls.ImagePanel

A panel which can display an image or two images superimposed
Inheritance: System.Windows.Forms.Panel
ファイルを表示 Open project: madelson/Emotiv-Experimenter Class Usage Examples

Public Methods

Method Description
Configure ( ImageDisplaySettings settings ) : void

Configure the control with the given settings

ImagePanel ( ) : System

Construct a control with default settings

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
DrawErrorString ( string path, Graphics graphics ) : void
DrawText ( string text, Rectangle rectangle, Graphics graphics, Font font ) : void
GetImageRectangles ( Rectangle &rectangle1, Rectangle &rectangle2 ) : void
PaintImages ( object sender, PaintEventArgs e ) : void
loadImage ( string newPath, Image &im, bool &isText ) : void

Method Details

Configure() public method

Configure the control with the given settings
public Configure ( ImageDisplaySettings settings ) : void
settings MCAEmotiv.GUI.Configurations.ImageDisplaySettings
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ImagePanel() public method

Construct a control with default settings
public ImagePanel ( ) : System
return System