C# Class System.Windows.Automation.TransformPattern

Inheritance: BasePattern
显示文件 Open project: mono/uia2atk Class Usage Examples

Public Properties

Property Type Description
CanMoveProperty AutomationProperty
CanResizeProperty AutomationProperty
CanRotateProperty AutomationProperty
Pattern AutomationPattern

Private Properties

Property Type Description
TransformPattern System
TransformPattern System

Public Methods

Method Description
Move ( double x, double y ) : void
Resize ( double width, double height ) : void
Rotate ( double degrees ) : void

Private Methods

Method Description
TransformPattern ( ) : System
TransformPattern ( ITransformPattern source, AutomationElement element, bool cached ) : System

Method Details

Move() public method

public Move ( double x, double y ) : void
x double
y double
return void

Resize() public method

public Resize ( double width, double height ) : void
width double
height double
return void

Rotate() public method

public Rotate ( double degrees ) : void
degrees double
return void

Property Details

CanMoveProperty public_oe static_oe property

public static AutomationProperty,System.Windows.Automation CanMoveProperty
return AutomationProperty

CanResizeProperty public_oe static_oe property

public static AutomationProperty,System.Windows.Automation CanResizeProperty
return AutomationProperty

CanRotateProperty public_oe static_oe property

public static AutomationProperty,System.Windows.Automation CanRotateProperty
return AutomationProperty

Pattern public_oe static_oe property

public static AutomationPattern,System.Windows.Automation Pattern
return AutomationPattern