SuperMap.Web.Mapping.ViewBoundsEventArgs.ViewBoundsEventArgs C# (CSharp) Method

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
        public ViewBoundsEventArgs(Rectangle2D oldViewBounds, Rectangle2D newViewBounds)
        {
            OldViewBounds = oldViewBounds;
            NewViewBounds = newViewBounds;
        }
ViewBoundsEventArgs