import "AccessibleImage.idl";
Public Member Functions | |
| HRESULT | description ([out, retval] BSTR *description) |
| Returns the localized description of the image. | |
| HRESULT | imagePosition ([in] enum IA2CoordinateType coordinateType,[out] long *x,[out, retval] long *y) |
| Returns the coordinates of the image. | |
| HRESULT | imageSize ([out] long *height,[out, retval] long *width) |
| Returns the size of the image in units specified by parent's coordinate system. | |
This interface is used for a representation of images like icons on buttons. IAccessibleImage only needs to be implemented in certain situations. Some examples are:
|
|
Returns the localized description of the image.
|
|
||||||||||||||||
|
Returns the coordinates of the image.
|
|
||||||||||||
|
Returns the size of the image in units specified by parent's coordinate system.
|
1.4.6-NO