ViewportData Class |
Namespace: Dundas.BI.Utility.Map
The ViewportData type exposes the following members.
Name | Description | |
---|---|---|
![]() | ViewportData |
Initializes a new instance of the ViewportData class.
|
Name | Description | |
---|---|---|
![]() | AppliedZoomAdjustment |
Gets or sets the zoom level to be applied in the DOM after adjustments made for browser compatibility.
|
![]() | BoundHeight |
Gets or sets the height of the viewport in map coordinates.
|
![]() | BoundWidth |
Gets or sets the width of the viewport in map coordinates.
|
![]() | Height |
Gets or sets the available height of the current viewport.
|
![]() | ViewHeight |
Gets or sets the height of the zoomed-out content.
|
![]() | ViewWidth |
Gets or sets the width of the zoomed-out content.
|
![]() | ViewX |
Gets or sets the X coordinate of the corner of the current viewport.
|
![]() | ViewY |
Gets or sets the Y coordinate of the corner of the current viewport.
|
![]() | Width |
Gets or sets the available width of the current viewport.
|
![]() | X |
Gets or sets the horizontal position of the current viewport.
|
![]() | Y |
Gets or sets the vertical position of the current viewport.
|
![]() | ZoomLevel |
Gets or sets the zoom level of the current viewport.
|
![]() | ZoomMouseXDistance |
Gets or sets distance of the mouse from the left border of the zoomed-out map content.
|
![]() | ZoomMouseXPoint |
Gets or sets distance of the mouse from the viewport X position.
|
![]() | ZoomMouseYDistance |
Gets or sets distance of the mouse from the top border of the zoomed-out map content.
|
![]() | ZoomMouseYPoint |
Gets or sets distance of the mouse from the viewport Y position.
|