Creates a new bitmap in memory.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static FIBITMAP AllocateT( FREE_IMAGE_TYPE type, int width, int height, int bpp ) |
Visual Basic (Declaration) |
---|
Public Shared Function AllocateT ( _ type As FREE_IMAGE_TYPE, _ width As Integer, _ height As Integer, _ bpp As Integer _ ) As FIBITMAP |
Visual C++ |
---|
public: static FIBITMAP AllocateT( FREE_IMAGE_TYPE type, int width, int height, int bpp ) |
Parameters
- type
- Type: FreeImageAPI..::.FREE_IMAGE_TYPE
Type of the image.
- width
- Type: System..::.Int32
Width of the new bitmap.
- height
- Type: System..::.Int32
Height of the new bitmap.
- bpp
- Type: System..::.Int32
Bit depth of the new Bitmap. Supported pixel depth: 1-, 4-, 8-, 16-, 24-, 32-bit per pixel for standard bitmap