ReactOS 0.4.16-dev-2491-g3dc6630
UIAutomationClient::IUIAutomationTransformPattern Interface Reference
Inheritance diagram for UIAutomationClient::IUIAutomationTransformPattern:
Collaboration diagram for UIAutomationClient::IUIAutomationTransformPattern:

Public Member Functions

HRESULT Move ([in] double x, [in] double y)
 
HRESULT Resize ([in] double width, [in] double height)
 
HRESULT Rotate ([in] double degrees)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Properties

BOOL CurrentCanMove [get]
 
BOOL CurrentCanResize [get]
 
BOOL CurrentCanRotate [get]
 
BOOL CachedCanMove [get]
 
BOOL CachedCanResize [get]
 
BOOL CachedCanRotate [get]
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 976 of file uiautomationclient.idl.

Member Function Documentation

◆ Move()

HRESULT UIAutomationClient::IUIAutomationTransformPattern::Move ( [in] double  x,
[in] double  y 
)

◆ Resize()

HRESULT UIAutomationClient::IUIAutomationTransformPattern::Resize ( [in] double  width,
[in] double  height 
)

◆ Rotate()

HRESULT UIAutomationClient::IUIAutomationTransformPattern::Rotate ( [in] double  degrees)

Property Documentation

◆ CachedCanMove

BOOL UIAutomationClient::IUIAutomationTransformPattern::CachedCanMove
get

◆ CachedCanResize

BOOL UIAutomationClient::IUIAutomationTransformPattern::CachedCanResize
get

◆ CachedCanRotate

BOOL UIAutomationClient::IUIAutomationTransformPattern::CachedCanRotate
get

◆ CurrentCanMove

BOOL UIAutomationClient::IUIAutomationTransformPattern::CurrentCanMove
get

◆ CurrentCanResize

BOOL UIAutomationClient::IUIAutomationTransformPattern::CurrentCanResize
get

◆ CurrentCanRotate

BOOL UIAutomationClient::IUIAutomationTransformPattern::CurrentCanRotate
get

The documentation for this interface was generated from the following file: