Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 3.32 KB

nf-uiautomationclient-iuiautomationtransformpattern-rotate.md

File metadata and controls

71 lines (58 loc) · 3.32 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:uiautomationclient.IUIAutomationTransformPattern.Rotate
IUIAutomationTransformPattern::Rotate (uiautomationclient.h)
Rotates the UI Automation element.
IUIAutomationTransformPattern interface [Windows Accessibility]
Rotate method
IUIAutomationTransformPattern.Rotate
IUIAutomationTransformPattern::Rotate
Rotate
Rotate method [Windows Accessibility]
Rotate method [Windows Accessibility]
IUIAutomationTransformPattern interface
uiauto.uiauto_IUIAutomationTransformPattern_Rotate
uiauto_IUIAutomationTransformPattern_Rotate
uiautomationclient/IUIAutomationTransformPattern::Rotate
winauto.uiauto_IUIAutomationTransformPattern_Rotate
winauto\uiauto_IUIAutomationTransformPattern_Rotate.htm
WinAuto
97312397-dfea-435b-950d-6f346d5fa222
12/05/2018
IUIAutomationTransformPattern interface [Windows Accessibility],Rotate method, IUIAutomationTransformPattern.Rotate, IUIAutomationTransformPattern::Rotate, Rotate, Rotate method [Windows Accessibility], Rotate method [Windows Accessibility],IUIAutomationTransformPattern interface, uiauto.uiauto_IUIAutomationTransformPattern_Rotate, uiauto_IUIAutomationTransformPattern_Rotate, uiautomationclient/IUIAutomationTransformPattern::Rotate, winauto.uiauto_IUIAutomationTransformPattern_Rotate
uiautomationclient.h
UIAutomation.h
Windows
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista, Windows XP with SP3 and Platform Update for Windows Vista [desktop apps only]
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008, Windows Server 2003 with SP2 and Platform Update for Windows Server 2008 [desktop apps only]
UIAutomationClient.idl
Windows
19H1
IUIAutomationTransformPattern::Rotate
uiautomationclient/IUIAutomationTransformPattern::Rotate
c++
APIRef
kbSyntax
COM
UIAutomationClient.h
IUIAutomationTransformPattern.Rotate

IUIAutomationTransformPattern::Rotate

-description

Rotates the UI Automation element.

-parameters

-param degrees [in]

Type: double

The number of degrees to rotate the element. A positive number rotates clockwise; a negative number rotates counterclockwise.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

An object cannot be moved, resized, or rotated such that its resulting screen location would be completely outside the coordinates of its container and inaccessible to the keyboard or mouse. For example, when a top-level window is moved completely off-screen or a child object is moved outside the boundaries of the container's viewport, the object is placed as close to the requested screen coordinates as possible with the top or left coordinates overridden to be within the container boundaries.