|
ReactOS 0.4.16-dev-2491-g3dc6630
|
This interface represents images and icons. More...


Properties | |
| BSTR | description [get] |
| Returns the localized description of the image. | |
| long | imagePosition ([in] IA2CoordinateType coordinateType,[out] long x) [get] |
| Returns the coordinates of the image. | |
| long | imageSize ([out] long height) [get] |
| Returns the size of the image in units specified by parent's coordinate system. | |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
This interface represents images and icons.
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:
Definition at line 4913 of file iaccessible2.idl.
|
get |
Returns the localized description of the image.
| [out] | description |
| S_OK | |
| S_FALSE | if there is nothing to return, [out] value is NULL |
Returns the coordinates of the image.
| [in] | coordinateType | Specifies whether the returned coordinates should be relative to the screen or the parent object. |
| [out] | x | |
| [out] | y |
| S_OK |
Returns the size of the image in units specified by parent's coordinate system.
| [out] | height | |
| [out] | width |
| S_OK |