ITransformProvider interface
Provides access to controls that can be moved, resized, and/or rotated within a two-dimensional space.
Members
The ITransformProvider interface inherits from the IUnknown interface. ITransformProvider also has these types of members:
Methods
The ITransformProvider interface has these methods.
| Method | Description |
|---|---|
| Move |
Moves the control. |
| Resize |
Resizes the control. |
| Rotate |
Rotates the control. |
Properties
The ITransformProvider interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
Indicates whether the control can be moved. | |
|
Read-only |
Indicates whether the control can be resized. | |
|
Read-only |
Indicates whether the control can be rotated. |
Remarks
Implemented on a Microsoft UI Automation provider that must support the Transform control pattern.
Support for this control pattern is not limited to objects on the desktop. This control pattern must also be implemented by the children of a container object as long as the children can be moved, resized, or rotated freely within the boundaries of the container.
Requirements
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
IID |
IID_ITransformProvider is defined as 6829ddc4-4f91-4ffa-b86f-bd3e2987cb4c |
See also