FreeImageBitmap Constructor (Int32, Int32)

FreeImage.NET

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)
Syntax
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.
Exceptions
ExceptionCondition
ExceptionThe operation failed.
See Also