C# 클래스 MCAEmotiv.GUI.Controls.ImagePanel

A panel which can display an image or two images superimposed
상속: System.Windows.Forms.Panel
파일 보기 프로젝트 열기: madelson/Emotiv-Experimenter 1 사용 예제들

공개 메소드들

메소드 설명
Configure ( ImageDisplaySettings settings ) : void

Configure the control with the given settings

ImagePanel ( ) : System

Construct a control with default settings

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Configure() 공개 메소드

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

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

ImagePanel() 공개 메소드

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