C# Class BetterExplorer.ResizeImage

Interaction logic for ResizeImage.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
Confirm bool
newheight int

Méthodes publiques

Méthode Description
Open ( IListItemEx file ) : void

Private Methods

Méthode 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 méthode

public static Open ( IListItemEx file ) : void
file IListItemEx
Résultat void

Property Details

Confirm public_oe property

public bool Confirm
Résultat bool

newheight public_oe property

public int newheight
Résultat int