OffsetCelByFDelta

Moves a cel.

Synopsis

void OffsetCelByFDelta (CCB *cel, FPoint *deltaXY)

Description

Adjusts a single cel's location by the specified delta. Adds the delta values to the X/Y coordinates in the CCB.

Arguments

cel
Pointer to the cel to be moved.
deltaXY
Pointer to an FPoint containing the movement delta values.

Implementation

Library call implemented in lib3do.lib.

Associated Files

lib3do.lib, celutils.h

See Also

OffsetCelByIDelta, OffsetAACelByFDelta, OffsetCelListByFDelta