Rect Class# Definition# Namespace: P1.ImageSdk A rectangular area defined on any 2D Cartesian coordinate system defined by its top left corner and size. More… public class Rect Remarks# A rectangular area defined on any 2D Cartesian coordinate system defined by its top left corner and size. Properties# X The horizontal distance from the origin of that coordinate system Y The vertical distance from the origin of that coordinate system Width The horizontal length of the rectangle Height The vertical length of the rectangle