C# Класс MCAEmotiv.GUI.Controls.ImagePanel

A panel which can display an image or two images superimposed
Наследование: System.Windows.Forms.Panel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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