C# Class ImageGlass.ImageBoxZoomEventArgs

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

Méthodes publiques

Méthode Description
ImageBoxZoomEventArgs ( ImageBoxZoomActions actions, ImageBoxActionSources source, int oldZoom, int newZoom ) : System

Initializes a new instance of the ImageBoxZoomEventArgs class.

Méthodes protégées

Méthode Description
ImageBoxZoomEventArgs ( ) : System

Initializes a new instance of the ImageBoxZoomEventArgs class.

Method Details

ImageBoxZoomEventArgs() protected méthode

Initializes a new instance of the ImageBoxZoomEventArgs class.
protected ImageBoxZoomEventArgs ( ) : System
Résultat System

ImageBoxZoomEventArgs() public méthode

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.
Résultat System