Click or drag to resize

APIRotate Method

Rotate window by specified amount of degrees. Positive degrees number rotates clockwise, negative rotates counterclockwise.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string Rotate(
	Object UIItemVariable,
	Object degrees
)

Parameters

UIItemVariable
Type: SystemObject

[Missing <param name="UIItemVariable"/> documentation for "M:AppRobotic.API.Rotate(System.Object,System.Object)"]

degrees
Type: SystemObject

[Missing <param name="degrees"/> documentation for "M:AppRobotic.API.Rotate(System.Object,System.Object)"]

Return Value

Type: String
Returns string containing 'success' or error message.
See Also