Свойство | Тип | Описание | |
---|---|---|---|
NavigationHelper_LoadState | void | ||
NavigationHelper_SaveState | void | ||
getImageFromURL | Task |
||
getImageFromURL_click | void | ||
showURLImage | void |
Метод | Описание | |
---|---|---|
URLPage ( ) : WindowsApp.Common |
Constructor
|
Метод | Описание | |
---|---|---|
OnNavigatedFrom ( |
called when the app leaves the page
|
|
OnNavigatedTo ( |
called when the page is navigated to
|
Метод | Описание | |
---|---|---|
NavigationHelper_LoadState ( object sender, |
||
NavigationHelper_SaveState ( object sender, |
Preserves state associated with this page in case the application is suspended or the page is discarded from the navigation cache. Values must conform to the serialization requirements of SuspensionManager.SessionState.
|
|
getImageFromURL ( ) : Task |
||
getImageFromURL_click ( object sender, |
Gets the image from the uri and sends the image through processing
|
|
showURLImage ( object sender, TextControlPasteEventArgs e ) : void |
Displays a preview of the image before the image is sent through processing
|
protected OnNavigatedFrom ( |
||
e | ||
Результат | void |
protected OnNavigatedTo ( |
||
e | ||
Результат | void |