FreeImageBitmap Constructor (Int32, Int32)
From FreeImage.NET
FreeImage.NET Class Library Reference
| FreeImageBitmap Constructor (Int32, Int32) |
Initializes a new instance of the FreeImageBitmap class
bases on the specified size.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
C#
public FreeImageBitmap( int width, int height )
Parameters
- width
- Type: SystemInt32
The width, in pixels, of the new FreeImageBitmap. - height
- Type: SystemInt32
The height, in pixels, of the new FreeImageBitmap.
| Exception | Condition |
|---|---|
| Exception | The operation failed. |