BPCVid.ImageSourceHeight

[This is preliminary documentation and subject to change.]

The ImageSourceHeight property contains the height of the source image. This property is read-only.

Syntax

[ lHeight = ] object.ImageSourceHeight
 

Parts

object
Object expression that resolves to a BPCVid or BPCDeviceBase object.
lHeight
Long that receives the height of the source image, in pixels.

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