Microsoft DirectX 9.0 |
This topic applies to Windows XP only.
The MixerBitmapPositionRect property sets or retrieves the position of the static bitmap image, relative to the video window.
Syntax
objMSVidVideoRenderer.MixerBitmapPositionRect As MSVidRect
Parameters
This property takes no parameters.
Error Codes
If the property fails, an error is raised and Err.Number is set to a value other than zero.
Return Values
Returns an IMSVidRect object.
Remarks
If the static bitmap image is set, the VMR alpha-blends the bitmap onto the video image, using the position rectangle specified by this property.
This property is read/write.
See Also