C# Class System.Windows.Automation.TransformPattern

Inheritance: BasePattern
Afficher le fichier Open project: mono/uia2atk Class Usage Examples

Méthodes publiques

Свойство Type Description
CanMoveProperty AutomationProperty
CanResizeProperty AutomationProperty
CanRotateProperty AutomationProperty
Pattern AutomationPattern

Private Properties

Свойство Type Description
TransformPattern System
TransformPattern System

Méthodes publiques

Méthode Description
Move ( double x, double y ) : void
Resize ( double width, double height ) : void
Rotate ( double degrees ) : void

Private Methods

Méthode Description
TransformPattern ( ) : System
TransformPattern ( ITransformPattern source, AutomationElement element, bool cached ) : System

Method Details

Move() public méthode

public Move ( double x, double y ) : void
x double
y double
Résultat void

Resize() public méthode

public Resize ( double width, double height ) : void
width double
height double
Résultat void

Rotate() public méthode

public Rotate ( double degrees ) : void
degrees double
Résultat void

Property Details

CanMoveProperty public_oe static_oe property

public static AutomationProperty,System.Windows.Automation CanMoveProperty
Résultat AutomationProperty

CanResizeProperty public_oe static_oe property

public static AutomationProperty,System.Windows.Automation CanResizeProperty
Résultat AutomationProperty

CanRotateProperty public_oe static_oe property

public static AutomationProperty,System.Windows.Automation CanRotateProperty
Résultat AutomationProperty

Pattern public_oe static_oe property

public static AutomationPattern,System.Windows.Automation Pattern
Résultat AutomationPattern