1# OhosImageRegion
2
3
4## Overview
5
6The **OhosImageRegion** struct defines the region of an image source to decode. It is used in [OhosImageDecodingOps](_ohos_image_decoding_ops.md), [OH_ImageSource_CreatePixelMap](image.md#oh_imagesource_createpixelmap), and [OH_ImageSource_CreatePixelMapList](image.md#oh_imagesource_createpixelmaplist).
7
8**System capability**: SystemCapability.Multimedia.Image
9
10**Since**: 10
11
12**Related module**: [Image](image.md)
13
14
15## Summary
16
17
18### Member Variables
19
20| Name| Description|
21| -------- | -------- |
22| int32_t [x](image.md#x) | Defines the X coordinate of the start point, in pixels.|
23| int32_t [y](image.md#y) | Defines the Y coordinate of the start point, in pixels.|
24| int32_t [width](image.md#width) | Defines the width of the region, in pixels.|
25| int32_t [height](image.md#height) | Defines the height of the region, in pixels.|
26