ImageFormat(Guid) 构造函数

定义

使用指定的 ImageFormat 结构初始化 Guid 类的新实例。

public:
 ImageFormat(Guid guid);
public ImageFormat (Guid guid);
new System.Drawing.Imaging.ImageFormat : Guid -> System.Drawing.Imaging.ImageFormat
Public Sub New (guid As Guid)

参数

guid
Guid

指定特定图像格式的 Guid 结构。

注解

通常,使用 类的 ImageFormat 静态属性来指定特定格式(如 PngJpeg),而不是构造新的 ImageFormat

适用于