MapCenterPosition Class

A class representing a center point and zoom level for a map.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Utility.MapMapCenterPosition

Namespace: Dundas.BI.Utility.Map
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class MapCenterPosition

The MapCenterPosition type exposes the following members.

Constructors
 NameDescription
Public methodMapCenterPositionInitializes a new instance of the MapCenterPosition class
Top
Properties
 NameDescription
Public propertyX Gets or sets the x axis location of the center point.
Public propertyY Gets or sets the y axis location of the center point.
Public propertyZoomLevel Gets or sets the zoom level of the center point.
Top
See Also