C# 클래스 UiaAtkBridge.Image

상속: ComponentAdapter, Atk.IImageImplementor
파일 보기 프로젝트 열기: mono/uia2atk

공개 메소드들

메소드 설명
GetImagePosition ( int &x, int &y, Atk coordType ) : void
GetImageSize ( int &width, int &height ) : void
Image ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
SetImageDescription ( string description ) : bool

보호된 메소드들

메소드 설명
OnRefStateSet ( ) : Atk.StateSet

메소드 상세

GetImagePosition() 공개 메소드

public GetImagePosition ( int &x, int &y, Atk coordType ) : void
x int
y int
coordType Atk
리턴 void

GetImageSize() 공개 메소드

public GetImageSize ( int &width, int &height ) : void
width int
height int
리턴 void

Image() 공개 메소드

public Image ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
provider System.Windows.Automation.Provider.IRawElementProviderSimple
리턴 System

OnRefStateSet() 보호된 메소드

protected OnRefStateSet ( ) : Atk.StateSet
리턴 Atk.StateSet

SetImageDescription() 공개 메소드

public SetImageDescription ( string description ) : bool
description string
리턴 bool