MapCelToCRect

Maps a cel to a CRect.

Synopsis

void MapCelToCRect (CCB *cel, CRect *rect)

Description

This function maps a single cel to the specified rectangle. It is much faster than a standard MapCel() call because it only has to calculate a simple rectangular projection.

Arguments

cel
Pointer to the cel to be mapped.
rect
Pointer to the CRect to which the cel is to be mapped.

Implementation

Library call implemented in lib3do.lib.

Associated Files

lib3do.lib, celutils.h

See Also

MapCelToSRect, MapAACelToCRect, MapCelListToCRect