C# Class Mono.UIAutomation.UiaDbus.Rect

Afficher le fichier Open project: mono/uia2atk Class Usage Examples

Méthodes publiques

Свойство Type Description
height double
width double
x double
y double

Méthodes publiques

Méthode Description
Contains ( double px, double py ) : bool
Rect ( System.Windows rect ) : System
ToSWRect ( ) : Rect
ToString ( ) : string

Method Details

Contains() public méthode

public Contains ( double px, double py ) : bool
px double
py double
Résultat bool

Rect() public méthode

public Rect ( System.Windows rect ) : System
rect System.Windows
Résultat System

ToSWRect() public méthode

public ToSWRect ( ) : Rect
Résultat System.Windows.Rect

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

height public_oe property

public double height
Résultat double

width public_oe property

public double width
Résultat double

x public_oe property

public double x
Résultat double

y public_oe property

public double y
Résultat double