C# Class Atspi.Image

Afficher le fichier Open project: mono/at-spi-sharp

Méthodes publiques

Méthode Description
GetImageExtents ( CoordType coordType ) : BoundingBox
GetPosition ( int &x, int &y, CoordType coordType ) : void
GetSize ( int &width, int &height ) : void
Image ( Accessible accessible ) : System

Method Details

GetImageExtents() public méthode

public GetImageExtents ( CoordType coordType ) : BoundingBox
coordType CoordType
Résultat BoundingBox

GetPosition() public méthode

public GetPosition ( int &x, int &y, CoordType coordType ) : void
x int
y int
coordType CoordType
Résultat void

GetSize() public méthode

public GetSize ( int &width, int &height ) : void
width int
height int
Résultat void

Image() public méthode

public Image ( Accessible accessible ) : System
accessible Accessible
Résultat System