| Name | Description | |
|---|---|---|
![]() | ActivateMapPageAsync | Activates the map on the presentation view. Only a map page can be activated. This method must be called on the UI thread. |
![]() | CaptureThumbnail | Overloaded. |
![]() | ClearElementSelection | Clears all presentation elements in the presentation view. |
![]() | ClientToPage | Converts a point in client coordinates to a point in page coordinates. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ClientToScreen | Converts a point in client coordinates to a point in screen coordinates. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | DeactivateMapPageAsync | Deactivates the map on the presentation view. Only an activated map page can be deactivated. This method must be called on the UI thread. |
![]() | GetSelectedElements | Returns a collection of selected presentation elements. |
![]() | GetViewSize | Returns the current size of the view in pixels. |
![]() | PageToClient | Converts a point in page coordinates to a point in client coordinates. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | PageToScreen | Converts a point in page coordinates to screen coordinates. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | Refresh | Forces the presentation view to redraw. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ScreenToClient | Converts a point in screen coordinates to a point in client coordinates. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ScreenToPage | Converts a point in screen coordinates to a point in page coordinates. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SelectAllElements | Selects all presentation elements in a presentation view. |
![]() | SelectElement | Sets the element selected for the presentation view. |
![]() | SelectElements | Sets the selected presentation elements for the presentation view. |
![]() | UnSelectElement | Unselects the element within the presentation view. |
![]() | UnSelectElements | Unselects the elements within the presentation view. |
![]() | ZoomTo | Zooms the presentation view to the extent defined by a geometry. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ZoomToElement | Zooms to the extent of the element. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ZoomToElements | Zooms to the extent of the elements. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ZoomToPageWidth | Zooms the presentation view to the width of the page. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ZoomToSelectedElements | Zooms the presentation view to the extent of the selected elements. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ZoomToWholePage | Zooms the presentation view to the whole page. This method must be called on the MCT. Use QueuedTask.Run. |
