C# 클래스 Nexus.UI.Controls.ImagePreviewBox

Previews an image as a thumbnail.
The image can be clicked to view the full-size image.
상속: System.Windows.Forms.PictureBox
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

보호된 메소드들

메소드 설명
OnClick ( EventArgs e ) : void

Raises the Control.Click event of the previewer.

This opens the image viewer with the larger version of the image.

메소드 상세

OnClick() 보호된 메소드

Raises the Control.Click event of the previewer.
This opens the image viewer with the larger version of the image.
protected OnClick ( EventArgs e ) : void
e System.EventArgs An describing the event arguments.
리턴 void