[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
BOOL PASCAL IsRectEmpty(LPRECT pRect)

  This function tests if a rectangle is empty. A rectangle is empty if
its right side is less than its left side, or if its top is greater
than its bottom.

Parameters
  pRect is a pointer to the rectangle to test.

Returns
  TRUE if the rectangle is empty, FALSE if not.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson