C# Класс Atspi.Component

Показать файл Открыть проект

Открытые методы

Метод Описание
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