InsetCRect

Shrinks or enlarges a CRect.

Synopsis

CRect * InsetCRect (CRect *dst, IPoint *delta)

Description

Shrinks or enlarges the amount of area described by the dst rectangle. Positive delta values shrink the area, negative values enlarge the area.

Arguments

dst
Pointer to the CRect to manipulate.
delta
Pointer to the delta values to apply to dst.

Return Value

The input parameter dst.

Implementation

Library call implemented in lib3do.lib.

Associated Files

lib3do.lib, celutils.h

See Also

InsetSRect