C# Class SuperMap.Connector.Control.WindowsPhone.ViewBoundsChanedEventArgs

Inheritance: System.EventArgs
Show file Open project: SuperMap/iClient-for-DotNet

Public Methods

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

Method Details

ViewBoundsChanedEventArgs() public method

public ViewBoundsChanedEventArgs ( Rectangle2D oldViewBounds, Rectangle2D newViewBounds ) : System
oldViewBounds Rectangle2D
newViewBounds Rectangle2D
return System