Skip to content

GlobeButtonClickPanZoomBarMapToolEventArgs

Namespace: ThinkGeo.Core

This class represents an event argument for the GlobeButtonClick event on PanZoomBarMapTool class.

public class GlobeButtonClickPanZoomBarMapToolEventArgs : System.EventArgs

Inheritance ObjectEventArgsGlobeButtonClickPanZoomBarMapToolEventArgs

Properties

NewExtent

This property gets or sets a world extent to zoom to when clicking on the globe button on the PanZoomBar.

public RectangleShape NewExtent { get; set; }

Property Value

RectangleShape

Constructors

GlobeButtonClickPanZoomBarMapToolEventArgs()

This is constructor of GlobeButtonClickPanZoomBarMapToolEventArgs class.

public GlobeButtonClickPanZoomBarMapToolEventArgs()

GlobeButtonClickPanZoomBarMapToolEventArgs(RectangleShape)

This is constructor of GlobeButtonClickPanZoomBarMapToolEventArgs class.

public GlobeButtonClickPanZoomBarMapToolEventArgs(RectangleShape newExtent)

Parameters

newExtent RectangleShape
A world extent that the map is going to zoom to after this click event.