MapCelToFPoint
Sets a cel's location to a point.
Synopsis
void MapCelToFPoint (CCB *cel, FPoint *newPosition)
Description
This function sets a single cel to the specified coordinates. It simply stores the coordinates in the CCB X/Y position fields.
Arguments
- cel
- Pointer to the cel to be mapped.
- newPosition
- Pointer to the FPoint to which the cel is to be mapped.
Implementation
Library call implemented in lib3do.lib.
Associated Files
lib3do.lib, celutils.h
See Also
MapCelToIPoint
, MapAACelToFPoint, MapCelListToFPoint