Platform SDK: Broadcast Architecture

BPCVid.ImageSourceWidth

The ImageSourceWidth property contains the authored width of the source image for the image displayed by the Video control. This property is read-only. Visual Basic syntax is shown.

[ lWidth = ] object.ImageSourceWidth

Parts

object
Object expression that resolves to a BPCVid or BPCDeviceBase object.
lWidth
Long that receives the width of the source image.

Remarks

The value of ImageSourceWidth is independent of the projected image size, which is determined by the BPCVid.MovieWindowSetting property.

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, BPCVid.ImageSourceHeight, BPCVid.MovieWindowSetting