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



Specifies the height of the bitmap, in pixels. If biHeight is positive, the bitmap is a bottom-up DIB and its origin is the lower left corner. If biHeight is negative, the bitmap is a top-down DIB and its origin is the upper left corner. If biHeight is negative, indicating a top-down DIB, biCompression must be either BI_RGB or BI_BITFIELDS. Top-down DIBs cannot be compressed.

Syntax

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

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