C# Class WindowsApp.Views.OptionsProxy

Inheritance: Windows.UI.Xaml.Controls.Page, IFileOpenPickerContinuable
Show file Open project: MSRCCS/AppSuite Class Usage Examples

Public Methods

Method Description
ContinueFileOpenPicker ( FileOpenPickerContinuationEventArgs args ) : void

resumes the application after choosing a photo from the photo library

OptionsProxy ( ) : WindowsApp.Common

Constructor

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void

helps with page navigation

OnNavigatedTo ( NavigationEventArgs e ) : void

helps with page navigation

Private Methods

Method Description
NavigationHelper_LoadState ( object sender, LoadStateEventArgs e ) : void

Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.

NavigationHelper_SaveState ( object sender, SaveStateEventArgs e ) : void
ReadFile ( StorageFile file ) : Task
ResizeImage ( MemoryStream ms, uint maxImageSize ) : Task

resizes the image so it can go through VMHub processing

processRequestAfterRotate ( byte buf ) : Task

Method Details

ContinueFileOpenPicker() public method

resumes the application after choosing a photo from the photo library
public ContinueFileOpenPicker ( FileOpenPickerContinuationEventArgs args ) : void
args FileOpenPickerContinuationEventArgs
return void

OnNavigatedFrom() protected method

helps with page navigation
protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

helps with page navigation
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OptionsProxy() public method

Constructor
public OptionsProxy ( ) : WindowsApp.Common
return WindowsApp.Common