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 | |
|---|---|---|
| BoundHeight |
Gets or sets the height of the bound for the current view port.
| |
| BoundWidth |
Gets or sets the width of the bound for the current view port.
| |
| Height |
Gets or sets the height of the current view port.
| |
| UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.) | |
| ViewHeight |
Gets or sets the View Height of the current view port.
| |
| ViewWidth |
Gets or sets the View Width of the current view port.
| |
| ViewX |
Gets or sets the x axis of the current view port.
| |
| ViewY |
Gets or sets the y axis of the current view port.
| |
| Width |
Gets or sets the width of the current view port.
| |
| X |
Gets or sets the x position of the current view port.
| |
| Y |
Gets or sets the y position of the current view port.
| |
| ZoomLevel |
Gets or sets the zoom level of the current view port.
| |
| ZoomMouseXDistance |
Gets or sets distance of the mouse from the left border of the map.
| |
| ZoomMouseYDistance |
Gets or sets distance of the mouse from the top border of the map.
|
| Name | Description | |
|---|---|---|
| FromDataContractMappings |
The mapping between ViewportDataData and ViewportData.
| |
| ToDataContractMappings |
The mapping between ViewportData and ViewportDataData.
|