C# 클래스 UiaAtkBridge.TextImageLabel

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

공개 메소드들

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

메소드 상세

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

SetImageDescription() 공개 메소드

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

TextImageLabel() 공개 메소드

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