ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGRectangle Object > IGRectangle Properties > IsEmpty Property |
Gets whether the rectangle is empty. The rectangle is empty when both Width Property and Height Property are equal to 0.
"Empty" rectangle can be useful to signal that the whole area needs to be processed and rectangle should be practically ignored. This is used in the display component for example. |
Read-only property
Boolean
Default Value: True
Valid Values: False, True
N/A