# OhosImageRegion ## Overview The **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). **System capability**: SystemCapability.Multimedia.Image **Since**: 10 **Related module**: [Image](image.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | int32_t [x](image.md#x) | Defines the X coordinate of the start point, in pixels.| | int32_t [y](image.md#y) | Defines the Y coordinate of the start point, in pixels.| | int32_t [width](image.md#width) | Defines the width of the region, in pixels.| | int32_t [height](image.md#height) | Defines the height of the region, in pixels.|