C# Class BetterExplorer.ResizeImage

Interaction logic for ResizeImage.xaml
Inheritance: System.Windows.Window
ファイルを表示 Open project: Gainedge/BetterExplorer Class Usage Examples

Public Properties

Property Type Description
Confirm bool
newheight int

Public Methods

Method Description
Open ( IListItemEx file ) : void

Private Methods

Method Description
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

Method Details

Open() public static method

public static Open ( IListItemEx file ) : void
file IListItemEx
return void

Property Details

Confirm public_oe property

public bool Confirm
return bool

newheight public_oe property

public int newheight
return int