ImageFormat(Guid) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的 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)
參數
備註
一般而言,您會使用 類別的 ImageFormat 靜態屬性來指定特定的格式,例如 Png 或 Jpeg,而不是建構新的 ImageFormat。