Microsoft DirectX 9.0

IDxtKey::put_Invert

The put_Invert method specifies whether the key operation is inverted. This property applies to all key types except DXTKEY_ALPHA.

Syntax

HRESULT put_Invert(
    BOOL newVal
);

Parameters

newVal

[in] Specifies a Boolean value. If TRUE, pixels in the overlying image are inverted with respect to the default operation. If FALSE, pixels in the overlying image are made transparent in the default manner.

Return Values

Returns S_OK or an error code.

Requirements

Header: Include Qedit.h. This header file is not compatible with Microsoft® Direct3D® headers later than version 7.

Library: Use strmiids.lib.

See Also