IUiaTransformProvider Interface Members
In This Topic
The following tables list the members exposed by IUiaTransformProvider.
Public Properties
| Name | Description |
 | CanMove | Returns true if the element can be moved otherwise returns false. |
 | CanResize | Returns true if the element can be resized otherwise returns false. |
 | CanRotate | Returns true if the element can be rotated otherwise returns false. |
Top
Public Methods
| Name | Description |
 | Move | Used to adjust an element's current location. The x, and y parameters represent the absolute on-screen position of the top-left corner in pixels, not the delta between the desired location and the window's current location. |
 | Resize | Used to modify element's on-screen dimensions (affects the BoundingRectangle and BoundingGeometry properties) When called on a split pane, it may have the side-effect of resizing other surrounding panes. |
 | Rotate | Rotate the element the specified number of degrees. |
Top
See Also