C# 클래스 BetterExplorer.ResizeImage

Interaction logic for ResizeImage.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Confirm bool
newheight int

공개 메소드들

메소드 설명
Open ( IListItemEx file ) : void

비공개 메소드들

메소드 설명
ChangeImageSize ( Bitmap img, int width, int height ) : Bitmap
ResizeImage ( ) : System
TextBoxes_Edited ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
Window_Closing ( object sender, System e ) : void
btnCancel_Click ( object sender, RoutedEventArgs e ) : void
btnResize_Click ( object sender, RoutedEventArgs e ) : void
spinner1_ValueChanged ( object sender, RoutedPropertyChangedEventArgs e ) : void

메소드 상세

Open() 공개 정적인 메소드

public static Open ( IListItemEx file ) : void
file IListItemEx
리턴 void

프로퍼티 상세

Confirm 공개적으로 프로퍼티

public bool Confirm
리턴 bool

newheight 공개적으로 프로퍼티

public int newheight
리턴 int