C# Class Atspi.BoundingBox

Datei anzeigen Open project: mono/at-spi-sharp Class Usage Examples

Public Properties

Property Type Description
Height int
Width int
X int
Y int

Public Methods

Method Description
BoundingBox ( int x, int y, int width, int height ) : System

Method Details

BoundingBox() public method

public BoundingBox ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
return System

Property Details

Height public_oe property

public int Height
return int

Width public_oe property

public int Width
return int

X public_oe property

public int X
return int

Y public_oe property

public int Y
return int