C# Class SuperMap.WinRT.Controls.InfoWindow

${controls_InfoWindow_Title}

${controls_InfoWindow_Description}

Inheritance: Windows.UI.Xaml.Controls.ContentControl
显示文件 Open project: SuperMap/iClient-for-Win8 Class Usage Examples

Public Properties

Property Type Description
TitleProperty DependencyProperty

Public Methods

Method Description
CloseInfoWindow ( ) : void

${controls_InfoWindow_method_CloseInfoWindow_D}

InfoWindow ( Map map ) : System

${controls_InfoWindow_constructor_None_D}

ShowInfoWindow ( ) : void

${controls_InfoWindow_method_ShowInfoWindow_None_D}

ShowInfoWindow ( Point2D location ) : void

${controls_InfoWindow_method_ShowInfoWindowPoint2D_D}

ShowInfoWindow ( Point2D loc, Point off ) : void

${controls_InfoWindow_method_ShowInfoWindowPo_D}

Protected Methods

Method Description
OnApplyTemplate ( ) : void

${controls_InfoWindow_method_OnApplyTemplate_D}

OnDragEnter ( DragEventArgs e ) : void

${controls_InfoWindow_event_OnDragEnter_D}

OnDragLeave ( DragEventArgs e ) : void

${controls_InfoWindow_event_OnDragLeave_D}

OnDragOver ( DragEventArgs e ) : void

${controls_InfoWindow_event_OnDragOver_D}

OnDrop ( DragEventArgs e ) : void

${controls_InfoWindow_event_OnDrop_D}

OnKeyDown ( Windows e ) : void

${controls_InfoWindow_event_OnKeyDown_D}

OnKeyUp ( Windows e ) : void

${controls_InfoWindow_event_OnKeyUp_D}

OnPointerPressed ( Windows e ) : void

${controls_InfoWindow_event_OnMouseLeftButtonDown_D}

OnPointerReleased ( Windows e ) : void

${controls_InfoWindow_event_OnMouseLeftButtonUp_D}

OnPointerWheelChanged ( Windows e ) : void

${controls_InfoWindow_event_OnMouseWheel_D}

Private Methods

Method Description
AdjustPisition ( ) : void
ChangePosition ( ) : void
CheckPosition ( Rect mapRect, Rect windowRect, Point windowCenterInScreen ) : Point2D
CloseButton_Click ( object sender, RoutedEventArgs e ) : void
CompositionTarget_Rendering ( object sender, object e ) : void
InfoWindow ( ) : System
InfoWindow_SizeChanged ( object sender, SizeChangedEventArgs e ) : void
Map_LayoutUpdated ( object sender, object e ) : void
PanFromBottomMiddle ( Point centerPoint ) : Point2D
PanFromCenter ( Point centerPoint ) : Point2D
PanFromLeftBottom ( Point centerPoint ) : Point2D
PanFromLeftMiddle ( Point centerPoint ) : Point2D
PanFromLeftTop ( Point centerPoint ) : Point2D
PanFromRightBottom ( Point centerPoint ) : Point2D
PanFromRightMiddle ( Point centerPoint ) : Point2D
PanFromRightTop ( Point centerPoint ) : Point2D
PanFromTopMiddle ( Point centerPoint ) : Point2D
PanToLeftTop ( Point leftTop ) : Point2D

Method Details

CloseInfoWindow() public method

${controls_InfoWindow_method_CloseInfoWindow_D}
public CloseInfoWindow ( ) : void
return void

InfoWindow() public method

${controls_InfoWindow_constructor_None_D}
public InfoWindow ( Map map ) : System
map SuperMap.WinRT.Mapping.Map
return System

OnApplyTemplate() protected method

${controls_InfoWindow_method_OnApplyTemplate_D}
protected OnApplyTemplate ( ) : void
return void

OnDragEnter() protected method

${controls_InfoWindow_event_OnDragEnter_D}
protected OnDragEnter ( DragEventArgs e ) : void
e DragEventArgs ${controls_InfoWindow_event_OnDragEnter_param_e}
return void

OnDragLeave() protected method

${controls_InfoWindow_event_OnDragLeave_D}
protected OnDragLeave ( DragEventArgs e ) : void
e DragEventArgs ${controls_InfoWindow_event_OnDragLeave_param_e}
return void

OnDragOver() protected method

${controls_InfoWindow_event_OnDragOver_D}
protected OnDragOver ( DragEventArgs e ) : void
e DragEventArgs ${controls_InfoWindow_event_OnDragOver_param_e}
return void

OnDrop() protected method

${controls_InfoWindow_event_OnDrop_D}
protected OnDrop ( DragEventArgs e ) : void
e DragEventArgs ${controls_InfoWindow_event_OnDrop_param_e}
return void

OnKeyDown() protected method

${controls_InfoWindow_event_OnKeyDown_D}
protected OnKeyDown ( Windows e ) : void
e Windows ${controls_InfoWindow_event_OnKeyDown_param_e}
return void

OnKeyUp() protected method

${controls_InfoWindow_event_OnKeyUp_D}
protected OnKeyUp ( Windows e ) : void
e Windows ${controls_InfoWindow_event_OnKeyUp_param_e}
return void

OnPointerPressed() protected method

${controls_InfoWindow_event_OnMouseLeftButtonDown_D}
protected OnPointerPressed ( Windows e ) : void
e Windows ${controls_InfoWindow_event_OnMouseLeftButtonDown_param_e}
return void

OnPointerReleased() protected method

${controls_InfoWindow_event_OnMouseLeftButtonUp_D}
protected OnPointerReleased ( Windows e ) : void
e Windows ${controls_InfoWindow_event_OnMouseLeftButtonUp_param_e}
return void

OnPointerWheelChanged() protected method

${controls_InfoWindow_event_OnMouseWheel_D}
protected OnPointerWheelChanged ( Windows e ) : void
e Windows ${controls_InfoWindow_event_OnMouseWheel_param_e}
return void

ShowInfoWindow() public method

${controls_InfoWindow_method_ShowInfoWindow_None_D}
public ShowInfoWindow ( ) : void
return void

ShowInfoWindow() public method

${controls_InfoWindow_method_ShowInfoWindowPoint2D_D}
public ShowInfoWindow ( Point2D location ) : void
location SuperMap.WinRT.Core.Point2D ${controls_InfoWindow_method_ShowInfoWindow_param_location}
return void

ShowInfoWindow() public method

${controls_InfoWindow_method_ShowInfoWindowPo_D}
public ShowInfoWindow ( Point2D loc, Point off ) : void
loc SuperMap.WinRT.Core.Point2D ${controls_InfoWindow_method_ShowInfoWindow_param_loc}
off Point ${controls_InfoWindow_method_ShowInfoWindow_param_off}
return void

Property Details

TitleProperty public_oe static_oe property

${controls_InfoWindow_attribute_TitleProperty_D}
public static DependencyProperty TitleProperty
return DependencyProperty