IBasicVideo2.SetSourcePosition

Note  This topic is deprecated. It applies to Visual Basic 6.0. DirectShow is not supported for Visual Basic .NET or C#.

The SetSourcePosition method sets the source rectangle. The video renderer crops to this rectangle.

objVideo.SetSourcePosition(
    Left As Long, 
    Top As Long, 
    Width As Long, 
    Height As Long)

Parameters

  • Left
    Specifies the x-coordinate of the source rectangle, in pixels.

  • Top
    Specifies the y-coordinate of the source rectangle, in pixels.

  • Width
    Specifies the width of the source rectangle, in pixels.

  • Height
    Specifies the height of the source rectangle, in pixels.

Return Value

This method does not return a value.

Remarks

This method has the same effect as setting the IBasicVideo2.SourceLeft, IBasicVideo2.SourceTop, IBasicVideo2.SourceWidth, and IBasicVideo2.SourceHeight properties.

Requirements

Type Library

ActiveMovie control type library

DLL

Quartz.dll

See Also

IBasicVideo2 Object

 

 

Send comments about this topic to Microsoft

Build date: 8/31/2010