C# Class WpfMapControl.MapControl.ViewBoxEventArgs

Provides data for the ViewBoxChanged, BeforeMapRender, SelectionRectangleDefined events.
Inheritance: System.EventArgs
Datei anzeigen Open project: gkrsu/maparound.core

Public Methods

Method Description
ViewBoxEventArgs ( BoundingRectangle viewBox ) : System

Initializes a new instance of MapAround.UI.WinForms.ViewBoxEventArgs

Method Details

ViewBoxEventArgs() public method

Initializes a new instance of MapAround.UI.WinForms.ViewBoxEventArgs
public ViewBoxEventArgs ( BoundingRectangle viewBox ) : System
viewBox BoundingRectangle A bounding rectangle defining a viewing area of map ///
return System