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