LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
rcSource Field
See Also 
Leadtools.Multimedia Namespace > VideoInfoHeader Structure : rcSource Field



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# 
public RECT rcSource
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