Gets the format of this FreeImageBitmap.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public ImageFormat RawFormat { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property RawFormat As ImageFormat |
Visual C++ |
---|
public: property ImageFormat^ RawFormat { ImageFormat^ get (); } |