FreeImage.GetHeight Method

FreeImage.NET

FreeImageGetHeight Method
Returns the height of the bitmap in pixel units.

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

Parameters

dib
Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.

Return Value

Type: UInt32
Height of the bitmap.
See Also