C# Class UiaAtkBridge.Image

Inheritance: ComponentAdapter, Atk.IImageImplementor
Afficher le fichier Open project: mono/uia2atk

Méthodes publiques

Méthode Description
GetImagePosition ( int &x, int &y, Atk coordType ) : void
GetImageSize ( int &width, int &height ) : void
Image ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
SetImageDescription ( string description ) : bool

Méthodes protégées

Méthode Description
OnRefStateSet ( ) : Atk.StateSet

Method Details

GetImagePosition() public méthode

public GetImagePosition ( int &x, int &y, Atk coordType ) : void
x int
y int
coordType Atk
Résultat void

GetImageSize() public méthode

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

Image() public méthode

public Image ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
provider System.Windows.Automation.Provider.IRawElementProviderSimple
Résultat System

OnRefStateSet() protected méthode

protected OnRefStateSet ( ) : Atk.StateSet
Résultat Atk.StateSet

SetImageDescription() public méthode

public SetImageDescription ( string description ) : bool
description string
Résultat bool