XSIZEFROMCRECT

Calculates the X coordinate size for a CRect.

Synopsis

CCB * XSIZEFROMCRECT (CRect *rect)

Description

This macro evaluates to the size in the X 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 a CRect.

Return Value

Size of the area in the X dimension.

Implementation

Macro

Associated Files

lib3do.lib, celutils.h

See Also

ISizeFromCRect, YSIZEFROMCRECT