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 オブジェクトの配列。 配列内のそれぞれの ImageCodecInfo オブジェクトには、いずれかの組み込みイメージ デコーダーに関する情報が格納されています。

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

適用対象