# OhosImageRegion ## Overview The OhosImageRegion struct defines the region of an image source to decode. It is a member variable of [OhosImageDecodingOps](_ohos_image_decoding_ops.md). **System capability**: SystemCapability.Multimedia.Image **Since**: 10 **Related module**: [Image](image.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | int32_t [x](image.md#x) | X coordinate of the start point, in pixels.| | int32_t [y](image.md#y) | Y coordinate of the start point, in pixels.| | int32_t [width](image.md#width) | Width of the region, in pixels.| | int32_t [height](image.md#height) | Height of the region, in pixels.|