lcCRectsGetNext Home

Returns handle to a clipping rectangle that is placed after the specified rectangle in the drawing.

 HANDLE lcCRectsGetNext (
   HANDLE hDrw,
   HANDLE hClipRect
 );

Parameters
hDrw
  Handle to a drawing object.
hClipRect
  Handle to a clipping rectangle.

Return Value

  Handle to the clipping rectangle object that is placed after hClipRect in the the drawing.
If there are no object after hClipRect, the function returns NULL.

See Also

  lcCRectsGetFirst