ImageCodecInfo.GetImageDecoders メソッド

定義

GDI+ に組み込まれているイメージ デコーダーに関する情報を含む ImageCodecInfo オブジェクトの配列を返します。

public:
 static cli::array <System::Drawing::Imaging::ImageCodecInfo ^> ^ GetImageDecoders();
public static System.Drawing.Imaging.ImageCodecInfo[] GetImageDecoders();
static member GetImageDecoders : unit -> System.Drawing.Imaging.ImageCodecInfo[]
Public Shared Function GetImageDecoders () As ImageCodecInfo()

返品

ImageCodecInfo オブジェクトの配列。 配列内の各 ImageCodecInfo オブジェクトには、組み込みのイメージ デコーダーの 1 つに関する情報が含まれています。

例については、GetImageEncodersを参照してください。

適用対象