====== ISizeFromCRect ====== Calculates the size of a CRect. ==== Synopsis ==== ''%%IPoint * ISizeFromCRect (IPoint *dst, CRect *src)%%'' ==== Description ==== Calculates the width and height of the area described by the source rectangle src and stores the results at *dst. ==== Arguments ==== * **dst** Pointer to the IPoint where the results are to be stored. * **src** Pointer to a CRECT. ==== Return Value ==== The input parameter dst. ==== Implementation ==== Library call implemented in lib3do.lib. ==== Associated Files ==== lib3do.lib, celutils.h ==== See Also ==== [[:documentation:development:opera:pf25:ppgfldr:smmfldr:ldofldr:01ldo212#xref34286|''%%XSIZEFROMCRECT%%'']], [[:documentation:development:opera:pf25:ppgfldr:smmfldr:ldofldr:01ldo214#xref23264|YSIZEFROMCRECT]], [[:documentation:development:opera:pf25:ppgfldr:smmfldr:ldofldr:01ldo101#xref11198|ICornerFromSRect]]