Microsoft DirectX 9.0 |
The put_ScaleX method specifies the amount by which the wipe is stretched horizontally.
Syntax
HRESULT put_ScaleX(
double newVal
);
Parameters
newVal
[in] The amount by which the wipe is stretched horizontally, as a percentage of the original wipe definition. For example, the value 1.0 means no stretching, and 2.0 means 200% stretching.
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