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



Specifies the width of the bitmap, in pixels.

Syntax

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

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