BPCDeviceBase.OverScan

[This is preliminary documentation and subject to change.]

The OverScan property sets the percentage of pixels to crop from the edges of the video picture.

Syntax

object.OverScan [ = lCutPercentage ]
 

Parts

object
Object expression that resolves to a BPCDeviceBase object.
lCutPercentage
A Long that contains the percent of pixels that should be trimmed from the edges of the video display. For example, if you set this value to 5 on a 100 x 100 pixel image, 5 percent of the pixels (in this case 5 pixels) is trimmed from each edge. The default value is 1.

Remarks

Setting this property enables your application to display on a computer precisely the same image a viewer sees on a television set.

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.