Modifier and Type | Interface and Description |
---|---|
static class |
ITransformProvider2.TransformProvider2Context
context object for ITransformProvider2.
|
Modifier and Type | Method and Description |
---|---|
boolean |
get_CanZoom()
Indicates whether the control supports zooming of its viewport.
|
double |
get_ZoomLevel()
Retrieves the current zoom level of the element.
|
double |
get_ZoomMaximum()
Retrieves the maximum zoom level of the element.
|
double |
get_ZoomMinimum()
Retrieves the minimum zoom level of the element.
|
void |
Zoom(double zoom)
Zooms the viewport of the control.
|
void |
ZoomByUnit(ZoomUnit zoomUnit)
Zooms the viewport of the control by the specified logical unit.
|
initialize
boolean get_CanZoom()
double get_ZoomLevel()
double get_ZoomMaximum()
double get_ZoomMinimum()
void Zoom(double zoom)
zoom
- The amount to zoom the viewport, specified as a percentage. The provider should zoom the viewport to the nearest supported value.void ZoomByUnit(ZoomUnit zoomUnit)
zoomUnit
- The logical unit by which to increase or decrease the zoom of the viewport.