Returns the BITMAPINFO structure of a this FreeImageBitmap.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public BITMAPINFO Info { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Info As BITMAPINFO |
Visual C++ |
---|
public: property BITMAPINFO Info { BITMAPINFO get (); } |