C# Class UiaAtkBridge.TextImageLabel

Inheritance: TextLabel, Atk.IImageImplementor
Mostrar archivo Open project: mono/uia2atk

Public Methods

Method 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 method

public GetImagePosition ( int &x, int &y, Atk coordType ) : void
x int
y int
coordType Atk
return void

GetImageSize() public method

public GetImageSize ( int &width, int &height ) : void
width int
height int
return void

SetImageDescription() public method

public SetImageDescription ( string description ) : bool
description string
return bool

TextImageLabel() public method

public TextImageLabel ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
provider System.Windows.Automation.Provider.IRawElementProviderSimple
return System