Microsoft DirectX 9.0

IDxtJpeg::put_OffsetX

The put_OffsetX method specifies the horizontal offset of the wipe origin.

Syntax

HRESULT put_OffsetX(
    long newVal
);

Parameters

newVal

[in] The horizontal offset of the wipe origin, in pixels. The center of the wipe is offset by this amount.

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