SRectFromIVal
Fills in an SRect from inline values.
Synopsis
SRect * SRectFromIVal (SRect *dst, int32 x, int32 y,int32 w, int32 h)
Description
Stores the specified position and size values in *dst.
Arguments
- dst
- Pointer to an SRect where the results are to be stored.
- x y x y
- Values to be stored.
Return Value
The input parameter dst.
Implementation
Library call implemented in lib3do.lib.
Associated Files
lib3do.lib, celutils.h
See Also
SRectFromCRect