C# Class SuperMap.WinRT.Core.FeaturePointerRoutedEventArgs

${core_FeaturePointerRoutedEventArgs_title}
Inheritance: System.EventArgs
ファイルを表示 Open project: SuperMap/iClient-for-Win8 Class Usage Examples

Public Methods

Method Description
FeaturePointerRoutedEventArgs ( Feature feature, PointerRoutedEventArgs args ) : System

${core_FeaturePointerRoutedEventArgs_constructor_D}

GetCurrentPoint ( UIElement element ) : PointerPoint

${core_FeaturePointerRoutedEventArgs_method_GetCurrentPoint_D}

GetIntermediatePoints ( UIElement relativeTo ) : IList

${core_FeaturePointerRoutedEventArgs_method_GetIntermediatePoints_D}

Method Details

FeaturePointerRoutedEventArgs() public method

${core_FeaturePointerRoutedEventArgs_constructor_D}
public FeaturePointerRoutedEventArgs ( Feature feature, PointerRoutedEventArgs args ) : System
feature Feature
args Windows.UI.Xaml.Input.PointerRoutedEventArgs
return System

GetCurrentPoint() public method

${core_FeaturePointerRoutedEventArgs_method_GetCurrentPoint_D}
public GetCurrentPoint ( UIElement element ) : PointerPoint
element Windows.UI.Xaml.UIElement
return Windows.UI.Input.PointerPoint

GetIntermediatePoints() public method

${core_FeaturePointerRoutedEventArgs_method_GetIntermediatePoints_D}
public GetIntermediatePoints ( UIElement relativeTo ) : IList
relativeTo Windows.UI.Xaml.UIElement
return IList