OffsetSRect

Moves an SRect.

Synopsis

SRect * OffsetSRect (SRect *dst, IPoint *deltaXY)

Description

Adjusts the location described by the dst rectangle by adding the specified delta values to the rectangle's position values.

Arguments

dst
Pointer to the SRect 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

OffsetCRect, InsetSRect