CRectFromIVal
Fills in a CRect from inline values.
Synopsis
CRect * CRectFromIVal (CRect *dst, int32 tlx, int32 tly, int32 brx, int32 bry)
Description
Stores the four specified corner values into the CRect at *dst.
Arguments
- dst
- Pointer to a CRect where the results are to be stored.
x y x y
Return Value
Returns dst.
Implementation
Library call implemented in lib3do.lib.
Associated Files
lib3do.lib, celutils.h
See Also
CRectFromSRect