C# Class Atspi.BoundingBox

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

Méthodes publiques

Свойство Type Description
Height int
Width int
X int
Y int

Méthodes publiques

Méthode Description
BoundingBox ( int x, int y, int width, int height ) : System

Method Details

BoundingBox() public méthode

public BoundingBox ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
Résultat System

Property Details

Height public_oe property

public int Height
Résultat int

Width public_oe property

public int Width
Résultat int

X public_oe property

public int X
Résultat int

Y public_oe property

public int Y
Résultat int