ImageFormat::Gif Property

 

Gets the Graphics Interchange Format (GIF) image format.

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

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

Property Value

Type: System.Drawing.Imaging::ImageFormat^

An ImageFormat object that indicates the GIF image format.

.NET Framework
Available since 1.1
Return to top
Show: