C# Class SuperMap.WindowsPhone.Mapping.ViewBoundsEventArgs

${WP_mapping_ViewBoundsEventArgs_Title}
${WP_mapping_ViewBoundsEventArgs_Exception}
Inheritance: System.EventArgs
Show file Open project: SuperMap/iClient-for-Win8 Class Usage Examples

Public Methods

Method Description
ViewBoundsEventArgs ( Rectangle2D oldViewBounds, Rectangle2D newViewBounds ) : System

${WP_pubilc_Constructors_Initializes} ViewBoundsEventArgs ${WP_pubilc_Constructors_instance}

Method Details

ViewBoundsEventArgs() public method

${WP_pubilc_Constructors_Initializes} ViewBoundsEventArgs ${WP_pubilc_Constructors_instance}
public ViewBoundsEventArgs ( Rectangle2D oldViewBounds, Rectangle2D newViewBounds ) : System
oldViewBounds SuperMap.WindowsPhone.Core.Rectangle2D ${WP_mapping_ViewBoundsEventArgs_constructor_param_oldViewBounds}
newViewBounds SuperMap.WindowsPhone.Core.Rectangle2D ${WP_mapping_ViewBoundsEventArgs_constructor_param_newViewBounds}
return System