C# 클래스 UIAutomation.UiaTransformPattern

Description of TransformPatternAdapterNet.
상속: ITransformPattern
파일 보기 프로젝트 열기: apetrovskiy/STUPS

공개 프로퍼티들

프로퍼티 타입 설명
CanMoveProperty UIANET::System.Windows.Automation.AutomationProperty
CanResizeProperty UIANET::System.Windows.Automation.AutomationProperty
CanRotateProperty UIANET::System.Windows.Automation.AutomationProperty
Pattern UIANET::System.Windows.Automation.AutomationPattern

공개 메소드들

메소드 설명
GetParentElement ( ) : IUiElement
GetSourcePattern ( ) : object
Move ( double x, double y ) : void
Resize ( double width, double height ) : void
Rotate ( double degrees ) : void
SetParentElement ( IUiElement element ) : void
SetSourcePattern ( object pattern ) : void
UiaTransformPattern ( IUiElement element )
UiaTransformPattern ( IUiElement element, UIANET::System.Windows.Automation transformPattern )

메소드 상세

GetParentElement() 공개 메소드

public GetParentElement ( ) : IUiElement
리턴 IUiElement

GetSourcePattern() 공개 메소드

public GetSourcePattern ( ) : object
리턴 object

Move() 공개 메소드

public Move ( double x, double y ) : void
x double
y double
리턴 void

Resize() 공개 메소드

public Resize ( double width, double height ) : void
width double
height double
리턴 void

Rotate() 공개 메소드

public Rotate ( double degrees ) : void
degrees double
리턴 void

SetParentElement() 공개 메소드

public SetParentElement ( IUiElement element ) : void
element IUiElement
리턴 void

SetSourcePattern() 공개 메소드

public SetSourcePattern ( object pattern ) : void
pattern object
리턴 void

UiaTransformPattern() 공개 메소드

public UiaTransformPattern ( IUiElement element )
element IUiElement

UiaTransformPattern() 공개 메소드

public UiaTransformPattern ( IUiElement element, UIANET::System.Windows.Automation transformPattern )
element IUiElement
transformPattern UIANET::System.Windows.Automation

프로퍼티 상세

CanMoveProperty 공개적으로 정적으로 프로퍼티

public static AutomationProperty,UIANET::System.Windows.Automation CanMoveProperty
리턴 UIANET::System.Windows.Automation.AutomationProperty

CanResizeProperty 공개적으로 정적으로 프로퍼티

public static AutomationProperty,UIANET::System.Windows.Automation CanResizeProperty
리턴 UIANET::System.Windows.Automation.AutomationProperty

CanRotateProperty 공개적으로 정적으로 프로퍼티

public static AutomationProperty,UIANET::System.Windows.Automation CanRotateProperty
리턴 UIANET::System.Windows.Automation.AutomationProperty

Pattern 공개적으로 정적으로 프로퍼티

public static AutomationPattern,UIANET::System.Windows.Automation Pattern
리턴 UIANET::System.Windows.Automation.AutomationPattern