struct P1::ImageSdkC::Rect

#include <C_P1ImageCaptureImage.h>

struct Rect
{
    // fields

    int x;
    int y;
    int32_t width;
    int32_t height;
};