C# Class UiaAtkBridge.Image

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

Protected Methods

Method Description
OnRefStateSet ( ) : Atk.StateSet

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

Image() public method

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

OnRefStateSet() protected method

protected OnRefStateSet ( ) : Atk.StateSet
return Atk.StateSet

SetImageDescription() public method

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