Skip to content

Latest commit

 

History

History
79 lines (62 loc) · 2.27 KB

nf-uiautomationcoreapi-transformpattern_move.md

File metadata and controls

79 lines (62 loc) · 2.27 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:uiautomationcoreapi.TransformPattern_Move
TransformPattern_Move function (uiautomationcoreapi.h)
Moves an element to a specified location on the screen.
TransformPattern_Move
TransformPattern_Move function [Windows Accessibility]
uiauto.uiauto_TransformPattern_MoveConPat
uiauto_TransformPattern_MoveConPat
uiautomationcoreapi/TransformPattern_Move
winauto.uiauto_TransformPattern_MoveConPat
winauto\uiauto_TransformPattern_MoveConPat.htm
WinAuto
283bf97f-b5fd-438c-b923-9aca97a69e1b
12/05/2018
TransformPattern_Move, TransformPattern_Move function [Windows Accessibility], uiauto.uiauto_TransformPattern_MoveConPat, uiauto_TransformPattern_MoveConPat, uiautomationcoreapi/TransformPattern_Move, winauto.uiauto_TransformPattern_MoveConPat
uiautomationcoreapi.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Uiautomationcore.lib
Uiautomationcore.dll
Windows
19H1
TransformPattern_Move
uiautomationcoreapi/TransformPattern_Move
c++
APIRef
kbSyntax
DllExport
Uiautomationcore.dll
TransformPattern_Move

TransformPattern_Move function

-description

Note  This function is deprecated. Client applications should use the Microsoft UI Automation Component Object Model (COM) interfaces instead.
 
Moves an element to a specified location on the screen.

-parameters

-param hobj [in]

Type: HUIAPATTERNOBJECT

The control pattern object.

-param x [in]

Type: double

The horizontal screen coordinate to move the element to.

-param y [in]

Type: double

The vertical screen coordinate to move the element to.

-returns

Type: HRESULT

Returns S_OK if successful or an error value otherwise.