ImageFormat.Gif 属性

定义

获取图形交换格式 (GIF) 图像格式。

public:
 static property System::Drawing::Imaging::ImageFormat ^ Gif { System::Drawing::Imaging::ImageFormat ^ get(); };
public static System.Drawing.Imaging.ImageFormat Gif { get; }
static member Gif : System.Drawing.Imaging.ImageFormat
Public Shared ReadOnly Property Gif As ImageFormat

属性值

指示 GIF 图像格式的 ImageFormat 对象。

适用于