InsetSRect 
 Shrinks or enlarges an SRect.
Synopsis
SRect * InsetSRect (SRect *dst, IPoint *delta)
Description
This function 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 SRect 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
InsetCRect