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



The BITMAPINFOHEADER structure is useful for accessing bitmap information in captured DIB frames. It contains information about the dimensions and color format of a device-independent bitmap (DIB).

Object Model

BITMAPINFOHEADER Structure

Syntax

Visual Basic (Declaration) 
Public Structure BITMAPINFOHEADER 
   Inherits System.ValueType
Visual Basic (Usage)Copy Code
Dim instance As BITMAPINFOHEADER
C# 
public struct BITMAPINFOHEADER : System.ValueType 
C++/CLI 
public value class BITMAPINFOHEADER : public System.ValueType 

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.Multimedia.BITMAPINFOHEADER

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