C# Class WpfMapControl.MapControl.ViewBoxEventArgs

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

Méthodes publiques

Méthode Description
ViewBoxEventArgs ( BoundingRectangle viewBox ) : System

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

Method Details

ViewBoxEventArgs() public méthode

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 ///
Résultat System