ImageFormat(Guid) コンストラクター

定義

指定したGuid構造体を使用して、ImageFormat クラスの新しいインスタンスを初期化します。

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 クラスの静的プロパティを使用して、新しいImageFormatを構築するのではなく、PngJpegなどの特定の形式を指定します。

適用対象