OffsetCRect
Moves a rectangle.
Synopsis
CRect * OffsetCRect (CRect *dst, IPoint *deltaXY)
Description
Adjusts the location described by the dst rectangle by adding the specified delta values to the rectangle's corner values.
Arguments
- dst
- Pointer to the CRect to move.
- deltaXY
- Pointer to an IPoint containing the movement delta values.
Return Value
The input parameter dst.
Implementation
Library call implemented in lib3do.lib.
Associated Files
lib3do.lib, celutils.h
See Also
OffsetSRect
,
InsetCRect