Table of Contents

DisableHAVG

Disables horizontal averaging.

Synopsis

Err DisableHAVG (Item screenItem)

Description

DisableHAVG disables horizontal averaging of the specified screen. Vertical averaging is left undisturbed.

Arguments

Return Value

The call returns 0 if successful or an error code (a negative value) if an error occurs.

Implementation

Folio call implemented Graphics folio V20.

Associated Files

graphics.h, graphics.lib

See Also

DisableVAVG(), EnableHAVG(), EnableVAVG()