CRectFromSRect

Converts an SRect to a CRect.

Synopsis

CRect * CRectFromSRect (CRect *dst, SRect *src)

Description

Converts an SRect into a CRect that describes the same area.

Arguments

dst
Pointer to a CRect where the results are to be stored.
src
Pointer to an SRect to convert to a CRect.

Return Value

Returns dst.

Implementation

Library call implemented in lib3do.lib.

Associated Files

lib3do.lib, celutils.h

See Also

CRectFromIVal, SRectFromCRect