public interface IUIAutomationTransformPattern
extends com4j.Com4jObject
| Modifier and Type | Method and Description |
|---|---|
int |
cachedCanMove()
Getter method for the COM property "CachedCanMove"
|
int |
cachedCanResize()
Getter method for the COM property "CachedCanResize"
|
int |
cachedCanRotate()
Getter method for the COM property "CachedCanRotate"
|
int |
currentCanMove()
Getter method for the COM property "CurrentCanMove"
|
int |
currentCanResize()
Getter method for the COM property "CurrentCanResize"
|
int |
currentCanRotate()
Getter method for the COM property "CurrentCanRotate"
|
void |
move(double x,
double y) |
void |
resize(double width,
double height) |
void |
rotate(double degrees) |
void move(double x,
double y)
x - Mandatory double parameter.y - Mandatory double parameter.void resize(double width,
double height)
width - Mandatory double parameter.height - Mandatory double parameter.void rotate(double degrees)
degrees - Mandatory double parameter.int currentCanMove()
Getter method for the COM property "CurrentCanMove"
int currentCanResize()
Getter method for the COM property "CurrentCanResize"
int currentCanRotate()
Getter method for the COM property "CurrentCanRotate"
int cachedCanMove()
Getter method for the COM property "CachedCanMove"
int cachedCanResize()
Getter method for the COM property "CachedCanResize"
int cachedCanRotate()
Getter method for the COM property "CachedCanRotate"
Copyright © 2016. All rights reserved.