1# OH_Rect 2<!--Kit: Media Kit--> 3<!--Subsystem: Multimedia--> 4<!--Owner: @zzs_911--> 5<!--Designer: @stupig001--> 6<!--Tester: @xdlinc--> 7<!--Adviser: @zengyawen--> 8 9## Overview 10 11The struct describes the width, height, and image information of the rectangle used for screen capture. 12 13**Since**: 10 14 15**Related module**: [AVScreenCapture](capi-avscreencapture.md) 16 17**Header file**: [native_avscreen_capture_base.h](capi-native-avscreen-capture-base-h.md) 18 19## Summary 20 21### Member Variables 22 23| Name| Description| 24| -- | -- | 25| int32_t x | X coordinate of the screen capture rectangle.| 26| int32_t y | Y coordinate of the screen capture rectangle.| 27| int32_t width | Width of the screen capture rectangle, in px.| 28| int32_t height | Height of the screen capture rectangle, in px.| 29