A
RECT structure that specifies the source video window. This structure can be a clipping rectangle, to select a portion of the source video stream.
Syntax
Visual Basic (Declaration) | |
---|
Public rcSource As RECT |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As VideoInfoHeader
Dim value As RECT
value = instance.rcSource
instance.rcSource = value |
C++/CLI | |
---|
public:
RECT rcSource |
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also