CenterRectCelOverFPoint

Centers a cel over a point.

Synopsis

void CenterRectCelOverFPoint (CCB *cel, FPoint *point)

Description

Centers a single cel over the specified point.

The ccb_XPos and ccb_YPos fields are modified in the CCB; other CCB fields are not modified. The centering is based on the cel's projected size, not its source data size. If the cel is projected to a non-rectangular shape, the result is invalid.

Arguments

cel
Pointer to a cel to be centered.
point
Pointer to an FPoint over which the cel is to be centered.

Implementation

Library call implemented in lib3do.lib.

Associated Files

lib3do.lib, celutils.h

See Also

CenterRectCelOverIPoint, CenterRectAACelOverFPoint, CenterRectCelListOverFPoint