• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# OhosImageRegion
2
3
4## Overview
5
6The OhosImageRegion struct defines the region of an image source to decode. It is a member variable of [OhosImageDecodingOps](_ohos_image_decoding_ops.md).
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) | X coordinate of the start point, in pixels.|
23| int32_t [y](image.md#y) | Y coordinate of the start point, in pixels.|
24| int32_t [width](image.md#width) | Width of the region, in pixels.|
25| int32_t [height](image.md#height) | Height of the region, in pixels.|
26