lcCRectsAdd Home

Adds new clipping rectangle into a drawing (Model space block).

 BOOL lcCRectsAdd (
   HANDLE hDrw,
   int Id,
   double Lef,
   double Bot,
   double Width,
   double Height
 );

Parameters
hDrw
  Handle to a drawing object.
Id
  Unique number of the rectangle.
Lef Bot
  Coordinates of left-bottom corner of the rectangle.
Width Height
  Defines rectangle's size.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcCRectsDividelcCRectsClear