CenterSRectOverIPoint
Centers an SRect over a point.
Synopsis
SRect * CenterSRectOverIPoint (SRect *dst, IPoint *point)
Description
Centers a rectangle over the specified point.
Arguments
- dst
- Pointer to the SRect to be centered.
- point
- Pointer to an IPoint over which dst is to be centered.
Return Value
Returns dst.
Implementation
Library call implemented in lib3do.lib.
Associated Files
lib3do.lib, celutils.h
See Also
CenterCRectOverIPoint