public interface IUIAutomationTransformPattern2 extends IUIAutomationTransformPattern
| Modifier and Type | Method and Description |
|---|---|
int |
cachedCanZoom()
Getter method for the COM property "CachedCanZoom"
|
double |
cachedZoomLevel()
Getter method for the COM property "CachedZoomLevel"
|
double |
cachedZoomMaximum()
Getter method for the COM property "CachedZoomMaximum"
|
double |
cachedZoomMinimum()
Getter method for the COM property "CachedZoomMinimum"
|
int |
currentCanZoom()
Getter method for the COM property "CurrentCanZoom"
|
double |
currentZoomLevel()
Getter method for the COM property "CurrentZoomLevel"
|
double |
currentZoomMaximum()
Getter method for the COM property "CurrentZoomMaximum"
|
double |
currentZoomMinimum()
Getter method for the COM property "CurrentZoomMinimum"
|
void |
zoom(double zoom) |
void |
zoomByUnit(ZoomUnit zoomUnit) |
cachedCanMove, cachedCanResize, cachedCanRotate, currentCanMove, currentCanResize, currentCanRotate, move, resize, rotatevoid zoom(double zoom)
zoom - Mandatory double parameter.void zoomByUnit(ZoomUnit zoomUnit)
zoomUnit - Mandatory mmarquee.automation.uiautomation.ZoomUnit parameter.int currentCanZoom()
Getter method for the COM property "CurrentCanZoom"
int cachedCanZoom()
Getter method for the COM property "CachedCanZoom"
double currentZoomLevel()
Getter method for the COM property "CurrentZoomLevel"
double cachedZoomLevel()
Getter method for the COM property "CachedZoomLevel"
double currentZoomMinimum()
Getter method for the COM property "CurrentZoomMinimum"
double cachedZoomMinimum()
Getter method for the COM property "CachedZoomMinimum"
double currentZoomMaximum()
Getter method for the COM property "CurrentZoomMaximum"
double cachedZoomMaximum()
Getter method for the COM property "CachedZoomMaximum"
Copyright © 2016. All rights reserved.