C# 클래스 Atspi.Image

파일 보기 프로젝트 열기: mono/at-spi-sharp

공개 메소드들

메소드 설명
GetImageExtents ( CoordType coordType ) : BoundingBox
GetPosition ( int &x, int &y, CoordType coordType ) : void
GetSize ( int &width, int &height ) : void
Image ( Accessible accessible ) : System

메소드 상세

GetImageExtents() 공개 메소드

public GetImageExtents ( CoordType coordType ) : BoundingBox
coordType CoordType
리턴 BoundingBox

GetPosition() 공개 메소드

public GetPosition ( int &x, int &y, CoordType coordType ) : void
x int
y int
coordType CoordType
리턴 void

GetSize() 공개 메소드

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

Image() 공개 메소드

public Image ( Accessible accessible ) : System
accessible Accessible
리턴 System