C# Class ArcGISRuntime.UWP.Viewer.SamplePage

Datei anzeigen Open project: Esri/arcgis-runtime-samples-dotnet

Public Methods

Method Description
SamplePage ( ) : ArcGISRuntime.Samples.Managers
SaveBitmapToFileAsync ( WriteableBitmap image, string fileName = "screenshot" ) : System.Threading.Tasks.Task

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
CoreWindow_KeyDown ( global sender, global args ) : void
CreateBitmapFromElement ( UIElement element ) : Task
Description_Checked ( object sender, RoutedEventArgs e ) : void
HideStatusBar ( ) : void
LiveSample_Checked ( object sender, RoutedEventArgs e ) : void

Method Details

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

SamplePage() public method

public SamplePage ( ) : ArcGISRuntime.Samples.Managers
return ArcGISRuntime.Samples.Managers

SaveBitmapToFileAsync() public static method

public static SaveBitmapToFileAsync ( WriteableBitmap image, string fileName = "screenshot" ) : System.Threading.Tasks.Task
image Windows.UI.Xaml.Media.Imaging.WriteableBitmap
fileName string
return System.Threading.Tasks.Task