C# Класс ImageGlass.ImageBoxZoomEventArgs

Contains event data for the ImageBox.ZoomChanged event.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ImageBoxZoomEventArgs ( ImageBoxZoomActions actions, ImageBoxActionSources source, int oldZoom, int newZoom ) : System

Initializes a new instance of the ImageBoxZoomEventArgs class.

Защищенные методы

Метод Описание
ImageBoxZoomEventArgs ( ) : System

Initializes a new instance of the ImageBoxZoomEventArgs class.

Описание методов

ImageBoxZoomEventArgs() защищенный Метод

Initializes a new instance of the ImageBoxZoomEventArgs class.
protected ImageBoxZoomEventArgs ( ) : System
Результат System

ImageBoxZoomEventArgs() публичный Метод

Initializes a new instance of the ImageBoxZoomEventArgs class.
public ImageBoxZoomEventArgs ( ImageBoxZoomActions actions, ImageBoxActionSources source, int oldZoom, int newZoom ) : System
actions ImageBoxZoomActions The zoom operation being performed.
source ImageBoxActionSources The source of the operation.
oldZoom int The old zoom level.
newZoom int The new zoom level.
Результат System