Method | Description | |
---|---|---|
ImageBoxZoomEventArgs ( ImageBoxZoomActions actions, ImageBoxActionSources source, int oldZoom, int newZoom ) : System |
Initializes a new instance of the ImageBoxZoomEventArgs class.
|
Method | Description | |
---|---|---|
ImageBoxZoomEventArgs ( ) : System |
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 |