BPCVid.Refresh

[This is preliminary documentation and subject to change.]

The Refresh method forces an update to the current window size, position, and visibility.

Syntax

object.Refresh()
 

Parameters

object
Object expression that resolves to a BPCVid or BPCDeviceBase object.

Remarks

The following method is implemented in the BPCVid object as a wrapper for the equivalent method in the BPCDeviceBase object. You should call this method from the BPCVid object instead of the BPCDeviceBase object. Otherwise, the Video control may not be properly updated, and future behavior is undefined.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in vidsvr.odl.
  Import Library: Included as a resource in vid.ocx.
  Unicode: Yes.