BPCVid.ImageSourceWidth

[This is preliminary documentation and subject to change.]

The ImageSourceWidth property contains the authored width of the source image. This property is read-only.

Syntax

[ 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

This is a read-only property. The value of this property is independent of the projected image size, which is determined by the BPCVid.MovieWindowSetting property.

This property of the BPCVid object is passed to the current input device. You should set it using the BPCVid object instead of the BPCDeviceBase object. Otherwise, the Video control is not 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.

See Also

BPCVid.ImageSourceHeight, BPCVid.MovieWindowSetting