C# Class ImageGlass.ImageBoxZoomEventArgs

Contains event data for the ImageBox.ZoomChanged event.
Inheritance: System.EventArgs
Mostra file Open project: d2phap/ImageGlass Class Usage Examples

Public Methods

Method Description
ImageBoxZoomEventArgs ( ImageBoxZoomActions actions, ImageBoxActionSources source, int oldZoom, int newZoom ) : System

Initializes a new instance of the ImageBoxZoomEventArgs class.

Protected Methods

Method Description
ImageBoxZoomEventArgs ( ) : System

Initializes a new instance of the ImageBoxZoomEventArgs class.

Method Details

ImageBoxZoomEventArgs() protected method

Initializes a new instance of the ImageBoxZoomEventArgs class.
protected ImageBoxZoomEventArgs ( ) : System
return System

ImageBoxZoomEventArgs() public method

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.
return System