Platform SDK: Broadcast Architecture |
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()
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.
Windows NT/2000: Unsupported.
Windows 95/98: Requires Windows 98.
Header: Declared in vidsvr.odl.
Import Library: Included as a resource in vid.ocx.