SRectFromCRect
Converts a CRect to an SRect.
Synopsis
SRect * SRectFromCRect (SRect *dst, CRect *src)
Description
Converts a CRect to an SRect that describes the same area.
Arguments
- dst
- Pointer to an SRect where the results are to be stored.
- src
- Pointer to a CRect to be converted to an SRect.
Return Value
The input parameter dst.
Implementation
Library call implemented in lib3do.lib.
Associated Files
lib3do.lib, celutils.h
See Also
CRectFromSRect