FreeImageBitmap.Info Property

FreeImage.NET

FreeImageBitmapInfo Property
Returns the BITMAPINFO structure of a this FreeImageBitmap.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public BITMAPINFO Info { get; }

Property Value

Type: BITMAPINFO
See Also