ViewerMagnifierAPI¶
Interface ViewerMagnifierAPI
interface ViewerMagnifierAPI {
changeMagnifier(
properties: ViewerMagnifierProperties,
): ViewerMagnifierProperties;
getMagnifierProperties(): ViewerMagnifierProperties;
}
changeMagnifier(
properties: ViewerMagnifierProperties,
): ViewerMagnifierProperties;
getMagnifierProperties(): ViewerMagnifierProperties;
}
Hierarchy (View Summary)
- ViewerMagnifierAPI
Index
Methods
change Magnifier
Changes the properties of the viewer magnifier.
Parameters
- properties: ViewerMagnifierProperties
Properties which should be changed.
Returns ViewerMagnifierProperties
The changed properties.
- properties: ViewerMagnifierProperties
get Magnifier Properties
Returns the current properties of the magnifier.
Returns ViewerMagnifierProperties
The current properties of the magnifier.
ViewerMagnifierAPI
Overview
The
ViewerMagnifierAPIallows to magnify a specified region of the current view in a viewer.Quick Start
Events
The following events are associated with the ViewerMagnifierAPI: