FreeImage.GetDIBSize Method

FreeImage.NET

FreeImageGetDIBSize Method
Returns the size of the DIB-element of a FIBITMAP in memory.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static uint GetDIBSize(
	FIBITMAP dib
)

Parameters

dib
Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.

Return Value

Type: UInt32
Size of the DIB-element
See Also