C# Class UiaAtkBridge.ImageImplementorHelper

Afficher le fichier Open project: mono/uia2atk Class Usage Examples

Méthodes publiques

Méthode 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 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

ImageImplementorHelper() public méthode

public ImageImplementorHelper ( Adapter adapter ) : System
adapter Adapter
Résultat System

SetImageDescription() public méthode

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