C# Class Atspi.Image

Datei anzeigen Open project: mono/at-spi-sharp

Public Methods

Method 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 method

public GetImageExtents ( CoordType coordType ) : BoundingBox
coordType CoordType
return BoundingBox

GetPosition() public method

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

GetSize() public method

public GetSize ( int &width, int &height ) : void
width int
height int
return void

Image() public method

public Image ( Accessible accessible ) : System
accessible Accessible
return System