.. _doxcsid-class_p1_1_1_image_sdk_1_1_rect: Rect Class ~~~~~~~~~~ Definition ^^^^^^^^^^ *Namespace:* ``P1.ImageSdk`` A rectangular area defined on any 2D Cartesian coordinate system defined by its top left corner and size. :ref:`More...` .. ref-code-block:: csharp :class: doxyrest-overview-code-block public class Rect .. _csdetails-class_p1_1_1_image_sdk_1_1_rect: Remarks ^^^^^^^ A rectangular area defined on any 2D Cartesian coordinate system defined by its top left corner and size. Properties ^^^^^^^^^^ .. toctree:: :hidden: X Y Width Height .. list-table:: :widths: 30 70 * - :ref:`X ` - The horizontal distance from the origin of that coordinate system * - :ref:`Y ` - The vertical distance from the origin of that coordinate system * - :ref:`Width ` - The horizontal length of the rectangle * - :ref:`Height ` - The vertical length of the rectangle