ImageFormat::MemoryBmp Property

 

Gets the format of a bitmap in memory.

Namespace:   System.Drawing.Imaging
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property ImageFormat^ MemoryBmp {
	static ImageFormat^ get();
}

Property Value

Type: System.Drawing.Imaging::ImageFormat^

An ImageFormat object that indicates the format of a bitmap in memory.

.NET Framework
Available since 1.1
Return to top
Show: