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
XSIZEFROMCRECT
, YSIZEFROMCRECT, ICornerFromSRect