====== MapCelToSRect ====== Maps a cel to an SRect. ==== Synopsis ==== ''%%void MapCelToSRect (CCB *cel, SRect *rect)%%'' ==== Description ==== Maps a single cel to the specified rectangle. This function 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 ==== [[:documentation:development:opera:pf25:ppgfldr:smmfldr:ldofldr:01ldo130#xref39397|''%%MapCelToCRect%%'']], [[:documentation:development:opera:pf25:ppgfldr:smmfldr:ldofldr:01ldo123#xref20977|MapAACelToSRect]], [[:documentation:development:opera:pf25:ppgfldr:smmfldr:ldofldr:01ldo128#xref11061|MapCelListToSRect]]