.. index:: pair: struct; P1::ImageSdk::Rect .. _doxid-struct_p1_1_1_image_sdk_1_1_rect: struct P1::ImageSdk::Rect ========================= .. toctree:: :hidden: A rectangular area defined on any 2D Cartesian coordinate system defined by its top left corner and size. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct Rect: public :ref:`P1::ImageSdk::Point`, public :ref:`P1::ImageSdk::Size` { // construction :target:`Rect`(); :target:`Rect`(int32_t x, int32_t y, int32_t w, int32_t h); // methods std::string :target:`ToString`() const; }; Inherited Members ----------------- .. ref-code-block:: cpp :class: doxyrest-overview-inherited-code-block public: // fields int32_t :ref:`x`; int32_t :ref:`y`; int32_t :ref:`width`; int32_t :ref:`height`; // methods std::string :ref:`ToString`() const; std::string :ref:`ToString`() const;