Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
Code: Visual C++
C#
Visual Basic
Visual C++
FreeImage .NET Documentation
BITMAP
.
.
::
.
bmWidth Field
BITMAP Structure
See Also
Send Feedback
Specifies the width, in pixels, of the bitmap. The width must be greater than zero.
Namespace:
FreeImageAPI
Assembly:
FreeImageNET
(in FreeImageNET.dll)
Syntax
C#
public
int
bmWidth
Visual Basic (Declaration)
Public
bmWidth
As
Integer
Visual C++
public
:
int
bmWidth
Version Information
FreeImage.NET
Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1
See Also
BITMAP Structure
FreeImageAPI Namespace