C# Class REST_SampleCode.DrawStar

Inheritance: SuperMap.WinRT.Actions.MapAction, IDrawStyle
Mostra file Open project: SuperMap/iClient-WP8-Example Class Usage Examples

Private Properties

Property Type Description
Activate void
OnDrawComplete void

Public Methods

Method Description
Deactivate ( ) : void
DrawStar ( Map map ) : REST_SampleCode.Controls
DrawStar ( Map map, CoreCursorType cursor ) : REST_SampleCode.Controls
OnDoubleTapped ( DoubleTappedRoutedEventArgs e ) : void
OnPointerMoved ( PointerRoutedEventArgs e ) : void
OnPointerPressed ( PointerRoutedEventArgs e ) : void
OnPointerReleased ( PointerRoutedEventArgs e ) : void

Private Methods

Method Description
Activate ( ) : void
OnDrawComplete ( DrawEventArgs args ) : void

Method Details

Deactivate() public method

public Deactivate ( ) : void
return void

DrawStar() public method

public DrawStar ( Map map ) : REST_SampleCode.Controls
map SuperMap.WinRT.Mapping.Map
return REST_SampleCode.Controls

DrawStar() public method

public DrawStar ( Map map, CoreCursorType cursor ) : REST_SampleCode.Controls
map SuperMap.WinRT.Mapping.Map
cursor CoreCursorType
return REST_SampleCode.Controls

OnDoubleTapped() public method

public OnDoubleTapped ( DoubleTappedRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs
return void

OnPointerMoved() public method

public OnPointerMoved ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
return void

OnPointerPressed() public method

public OnPointerPressed ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
return void

OnPointerReleased() public method

public OnPointerReleased ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
return void