Platform SDK: Broadcast Architecture

BPCVid.Refresh

The Refresh method forces an update to the current size, position, and visibility of the Video control window. Visual Basic syntax is shown.

object.Refresh()

Parts

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

Remarks

Refresh is implemented in the BPCVid class as a wrapper for the equivalent method in the BPCDeviceBase class. Your application 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.

Requirements

  Windows NT/2000: Unsupported.
  Windows 95/98: Requires Windows 98.
  Header: Declared in vidsvr.odl.
  Import Library: Included as a resource in vid.ocx.

See Also

BPCDeviceBase, BPCVid