C# Class UiaAtkBridge.ImageImplementorHelper

ファイルを表示 Open project: mono/uia2atk Class Usage Examples

Public Methods

Method Description
GetImagePosition ( int &x, int &y, Atk coordType ) : void
GetImageSize ( int &width, int &height ) : void
ImageImplementorHelper ( Adapter adapter ) : System
SetImageDescription ( string description ) : bool

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

ImageImplementorHelper() public method

public ImageImplementorHelper ( Adapter adapter ) : System
adapter Adapter
return System

SetImageDescription() public method

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