ViewportDataData Class |
Namespace: Dundas.BI.WebApi.Models
The ViewportDataData type exposes the following members.
Name | Description | |
---|---|---|
ViewportDataData |
Initializes a new instance of the ViewportDataData 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.
| |
UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.) | |
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.
|
Name | Description | |
---|---|---|
FromDataContractMappings |
The mapping between ViewportDataData and ViewportData.
| |
ToDataContractMappings |
The mapping between ViewportData and ViewportDataData.
|