YSIZEFROMCRECT

Calculates the Y coordinate size for a CRect.

Synopsis

CCB * YSIZEFROMCRECT (CRect *rect)

Description

This macro evaluates to the size in the Y dimension of the area described by rect.

This macro evaluates its argument more than once; be careful of side effects. It is usable in expression context.

Arguments

rect
Pointer to an SRect.

Return Value

Size of the area in the Y dimension.

Implementation

Macro

Associated Files

lib3do.lib, celutils.h

See Also

ISizeFromCRect, XSIZEFROMCRECT