1# IMapper 2 3 4## 概述 5 6定义释放显示内存接口,基于v1_0.IMapper增加获取图像位置接口GetImageLayout。 7 8**起始版本:** 3.2 9 10**相关模块:**[Display](index_buffer_display_v13.md) 11 12 13## 汇总 14 15 16### Public 成员函数 17 18| 名称 | 描述 | 19| -------- | -------- | 20| [GetImageLayout](#getimagelayout) ([in] NativeBuffer handle, [out] struct [ImageLayout](annotated_buffer_display_v12_image_layout.md) layout) | 获取图像位置。 | 21 22 23## 成员函数说明 24 25 26### GetImageLayout() 27 28``` 29IMapper::GetImageLayout([in] NativeBuffer handle, [out] struct ImageLayout layout) 30``` 31 32**描述** 33 34获取图像位置。 35 36**起始版本:** 5.0 37 38**参数:** 39 40| 名称 | 描述 | 41| -------- | -------- | 42| handle | 输入句柄指针。 | 43| layout | 图像位置数据。 | 44 45**返回:** 46 47返回0 表示执行成功。 48 49返回其他值表示执行失败,具体错误码查看[DispErrCode](_display_v10.md#disperrcode)。 50