The IViewer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| EnsureVisible |
Scroll the given rectangle into view.
|
Properties
| Name | Description | |
|---|---|---|
| Cursor |
The current cursor.
| |
| CursorPosition |
The current position of the cursor, with respect to the viewer.
| |
| FocusInteractor |
The interactor that has the focus. Assiging a different interactor will set
the focus to that interactor. This property is null if no interactor has the
focus.
| |
| HoverInteractor |
The interactor that the mouse is hovering over. This propery is null if the
mouse is not hovering over any interactor.
| |
| LayoutManager |
The top level layoutmanager that the viewer uses.
| |
| Selection |
The current selection of the viewer.
| |
| ViewerSettings |
Gets the viewer settings.
| |
| VisibleLeft |
The leftmost coordinate of the document that is visible.
| |
| VisibleTop |
The topmost coordinate of the document that is visible.
| |
| ZoomFactor |
The zoom factor of the viewer with respect to the document.
|