Skip to content

GlobeButtonClickPanZoomBarMapToolEventArgs

Namespace: ThinkGeo.UI.Wpf

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

GlobeCenterPoint

public PointShape GlobeCenterPoint { get; set; }

Property Value

PointShape

GlobeScale

public double GlobeScale { get; set; }

Property Value

Double

GlobeRotationAngle

public double GlobeRotationAngle { get; set; }

Property Value

Double

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.

GlobeButtonClickPanZoomBarMapToolEventArgs(PointShape, Double, Double)

public GlobeButtonClickPanZoomBarMapToolEventArgs(PointShape globeCenterPoint, double globeScale, double globeRotationAngle)

Parameters

globeCenterPoint PointShape

globeScale Double

globeRotationAngle Double