C# 클래스 Atspi.Component

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

공개 메소드들

메소드 설명
Component ( Accessible accessible ) : System
Contains ( int x, int y, CoordType coordType ) : bool
GetAccessibleAtPoint ( int x, int y, CoordType coordType ) : Accessible
GetExtents ( CoordType coordType ) : BoundingBox
GetPosition ( CoordType coordType, int &x, int &y ) : void
GetSize ( int &x, int &y ) : void
GrabFocus ( ) : bool
SetExtents ( BoundingBox extents, CoordType coordType ) : bool
SetPosition ( int x, int y, CoordType coordType ) : bool
SetSize ( int x, int y ) : bool

메소드 상세

Component() 공개 메소드

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

Contains() 공개 메소드

public Contains ( int x, int y, CoordType coordType ) : bool
x int
y int
coordType CoordType
리턴 bool

GetAccessibleAtPoint() 공개 메소드

public GetAccessibleAtPoint ( int x, int y, CoordType coordType ) : Accessible
x int
y int
coordType CoordType
리턴 Accessible

GetExtents() 공개 메소드

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

GetPosition() 공개 메소드

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

GetSize() 공개 메소드

public GetSize ( int &x, int &y ) : void
x int
y int
리턴 void

GrabFocus() 공개 메소드

public GrabFocus ( ) : bool
리턴 bool

SetExtents() 공개 메소드

public SetExtents ( BoundingBox extents, CoordType coordType ) : bool
extents BoundingBox
coordType CoordType
리턴 bool

SetPosition() 공개 메소드

public SetPosition ( int x, int y, CoordType coordType ) : bool
x int
y int
coordType CoordType
리턴 bool

SetSize() 공개 메소드

public SetSize ( int x, int y ) : bool
x int
y int
리턴 bool