C# Class HawkeyeLogo.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Show file Open project: odalet/Hawkeye2

Public Properties

Property Type Description
ExportedSizeProperty System.Windows.DependencyProperty
OutputDirectoryProperty System.Windows.DependencyProperty
SaveAllSizesProperty System.Windows.DependencyProperty

Public Methods

Method Description
MainWindow ( ) : System.IO

Initializes a new instance of the MainWindow class.

Private Methods

Method Description
Save ( int size ) : void
SaveAll ( ) : void
saveButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

MainWindow() public method

Initializes a new instance of the MainWindow class.
public MainWindow ( ) : System.IO
return System.IO

Property Details

ExportedSizeProperty public static property

public static DependencyProperty,System.Windows ExportedSizeProperty
return System.Windows.DependencyProperty

OutputDirectoryProperty public static property

public static DependencyProperty,System.Windows OutputDirectoryProperty
return System.Windows.DependencyProperty

SaveAllSizesProperty public static property

public static DependencyProperty,System.Windows SaveAllSizesProperty
return System.Windows.DependencyProperty