Microsoft DirectX 9.0 |
The SetDestinationPosition method sets the destination rectangle.
Syntax
HRESULT SetDestinationPosition(
long Left,
long Top,
long Width,
long Height
);
Parameters
Left
[in] Specifies the x-coordinate, in pixels.
Top
[in] Specifies the y-coordinate, in pixels.
Width
[in] Specifies the width, in pixels.
Height
[in] Specifies the height, in pixels.
Return Values
Returns an HRESULT value.
Remarks
This method has the same effect as individually calling the IBasicVideo::put_DestinationLeft, IBasicVideo::put_DestinationTop, IBasicVideo::put_DestinationWidth, and IBasicVideo::put_DestinationHeight methods.
See Also