ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGDoubleRectangle Object > IGDoubleRectangle Properties > Height Property |
Gets and sets the height of the rectangle.
The Height property assumes that the rectangle is being used with endpoint- inclusive semantics. Using endpoint-inclusive semantics, a rectangle with left, top, right, and bottom coordinates all equal to 0 is one pixel wide and one pixel tall. So, for example, the Width property is calculated as Right - Left + 1. Sometimes rectangles are used with endpoint-exclusive semantics, in which the width of the rectangle should be calculated as Right - Left. In this case, the Height property should not be used. |
Read-write property
Double
Default Value: 0
Valid Values: Any
N/A