C# Class UiaAtkBridge.TextImageLabel

Inheritance: TextLabel, 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
SetImageDescription ( string description ) : bool
TextImageLabel ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System

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

SetImageDescription() public méthode

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

TextImageLabel() public méthode

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