C# 클래스 ImageGlass.ImageBoxZoomEventArgs

Contains event data for the ImageBox.ZoomChanged event.
상속: System.EventArgs
파일 보기 프로젝트 열기: d2phap/ImageGlass 1 사용 예제들

공개 메소드들

메소드 설명
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