IVideoWindow::put_BorderColor
Microsoft DirectShow 9.0 |
IVideoWindow::put_BorderColor
The put_BorderColor method sets the color that appears around the edges of the destination rectangle.
Syntax
HRESULT put_BorderColor( long Color );
Parameters
Color
[in] Specifies the border color as a COLORREF value.
Return Values
Possible return values include the following:
Value | Description |
S_OK | Success. |
VFW_E_NOT_CONNECTED | The video renderer filter is not connected. |
Remarks
If the destination rectangle is smaller than the client area of the video window, a border is exposed around the edges of the video. The default color is black. Use this method to override the default color. If a palette is in use, a nonsystem color is converted to its closest match.
Requirements
Header: Declared in Control.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also