.. index:: pair: struct; P1::ImageSdk::Size .. _doxid-struct_p1_1_1_image_sdk_1_1_size: struct P1::ImageSdk::Size ========================= .. toctree:: :hidden: Overview ~~~~~~~~ A size on any Cartesian coordinate system defined by its width and height. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct Size { // fields int32_t :ref:`width`; int32_t :ref:`height`; // methods std::string :target:`ToString`() const; }; // direct descendants struct :ref:`Rect`; .. _details-struct_p1_1_1_image_sdk_1_1_size: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ A size on any Cartesian coordinate system defined by its width and height. Fields ------ .. index:: pair: variable; width .. _doxid-struct_p1_1_1_image_sdk_1_1_size_1a783f4b1635b269397626a7a5a20057d8: .. ref-code-block:: cpp :class: doxyrest-title-code-block int32_t width The horizontal length. .. index:: pair: variable; height .. _doxid-struct_p1_1_1_image_sdk_1_1_size_1af9e585f91173e5978de047b3c3a50c32: .. ref-code-block:: cpp :class: doxyrest-title-code-block int32_t height The vertical length.