C# Class Action_DrawPoint_test.MainPage

可用于自身或导航至 Frame 内部的空白页。
Inheritance: Windows.UI.Xaml.Controls.Page
显示文件 Open project: SuperMap/iClient-for-Win8

Public Methods

Method Description
MainPage ( ) : SuperMap.WinRT.Actions

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

在此页将要在 Frame 中显示时进行调用。

Private Methods

Method Description
Button_Click_1 ( object sender, RoutedEventArgs e ) : void
MyMap_Tapped ( object sender, TappedRoutedEventArgs e ) : void
Point_DrawCompleted ( object sender, DrawEventArgs e ) : void

Method Details

MainPage() public method

public MainPage ( ) : SuperMap.WinRT.Actions
return SuperMap.WinRT.Actions

OnNavigatedTo() protected method

在此页将要在 Frame 中显示时进行调用。
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs 描述如何访问此页的事件数据。Parameter /// 属性通常用于配置页。
return void