Class DesktopTransformPattern
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.DesktopAutomation.Patterns
Assembly: ArtOfTest.WebAii.dll
Syntax
public class DesktopTransformPattern : DesktopPattern
Constructors
DesktopTransformPattern(DesktopElement)
Declaration
public DesktopTransformPattern(DesktopElement element)
Parameters
DesktopElement
element
|
Properties
CanMove
Declaration
public bool CanMove { get; }
Property Value
System.Boolean
|
CanResize
Declaration
public bool CanResize { get; }
Property Value
System.Boolean
|
CanRotate
Declaration
public bool CanRotate { get; }
Property Value
System.Boolean
|
Methods
Move(Double, Double)
Declaration
public void Move(double x, double y)
Parameters
System.Double
x
|
System.Double
y
|
Resize(Double, Double)
Declaration
public void Resize(double width, double height)
Parameters
System.Double
width
|
System.Double
height
|