C# 클래스 UiaAtkBridge.ImageImplementorHelper

파일 보기 프로젝트 열기: mono/uia2atk 1 사용 예제들

공개 메소드들

메소드 설명
GetImagePosition ( int &x, int &y, Atk coordType ) : void
GetImageSize ( int &width, int &height ) : void
ImageImplementorHelper ( Adapter adapter ) : System
SetImageDescription ( string description ) : bool

메소드 상세

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

ImageImplementorHelper() 공개 메소드

public ImageImplementorHelper ( Adapter adapter ) : System
adapter Adapter
리턴 System

SetImageDescription() 공개 메소드

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