C# Class REST_SampleCode.DrawStar

Inheritance: SuperMap.WinRT.Actions.MapAction, IDrawStyle
Afficher le fichier Open project: SuperMap/iClient-WP8-Example Class Usage Examples

Private Properties

Свойство Type Description
Activate void
OnDrawComplete void

Méthodes publiques

Méthode 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

Méthode Description
Activate ( ) : void
OnDrawComplete ( DrawEventArgs args ) : void

Method Details

Deactivate() public méthode

public Deactivate ( ) : void
Résultat void

DrawStar() public méthode

public DrawStar ( Map map ) : REST_SampleCode.Controls
map SuperMap.WinRT.Mapping.Map
Résultat REST_SampleCode.Controls

DrawStar() public méthode

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

OnDoubleTapped() public méthode

public OnDoubleTapped ( DoubleTappedRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs
Résultat void

OnPointerMoved() public méthode

public OnPointerMoved ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
Résultat void

OnPointerPressed() public méthode

public OnPointerPressed ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
Résultat void

OnPointerReleased() public méthode

public OnPointerReleased ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
Résultat void