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



A BITMAPINFOHEADER structure that contains color and dimension information for the video image bitmap. If the format block contains a color table or color masks, they immediately follow the bmiHeader member. You can get the first color entry by casting the address of member to a BITMAPINFO pointer. When used inside a VIDEOINFOHEADER structure, the semantics of the BITMAPINFOHEADER structure differ slightly from how the structure is used in GDI. For more information, refer to the topic BITMAPINFOHEADER Structure.

Syntax

Visual Basic (Declaration) 
Public bmiHeader As BITMAPINFOHEADER
Visual Basic (Usage)Copy Code
Dim instance As VideoInfoHeader
Dim value As BITMAPINFOHEADER
 
value = instance.bmiHeader
 
instance.bmiHeader = value
C# 
public BITMAPINFOHEADER bmiHeader
C++/CLI 
public:
BITMAPINFOHEADER bmiHeader

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