C# Class SuperMap.Web.Mapping.ViewBoundsEventArgs

${mapping_ViewBoundsEventArgs_Title}
${mapping_ViewBoundsEventArgs_Exception}
Inheritance: System.EventArgs
Mostra file Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Public Methods

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

${pubilc_Constructors_Initializes} ViewBoundsEventArgs ${pubilc_Constructors_instance}

Method Details

ViewBoundsEventArgs() public method

${pubilc_Constructors_Initializes} ViewBoundsEventArgs ${pubilc_Constructors_instance}
public ViewBoundsEventArgs ( Rectangle2D oldViewBounds, Rectangle2D newViewBounds ) : System
oldViewBounds SuperMap.Web.Core.Rectangle2D ${mapping_ViewBoundsEventArgs_constructor_param_oldViewBounds}
newViewBounds SuperMap.Web.Core.Rectangle2D ${mapping_ViewBoundsEventArgs_constructor_param_newViewBounds}
return System