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

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