Class ImageLoadersRegistry

ImageLoadersRegistry class

イメージ ローダー レジストリを表します。

public static class ImageLoadersRegistry

プロパティ

名前説明
static RegisteredDescriptors { get; }登録された記述子を取得します。
static RegisteredFormats { get; }登録されている画像読み込みフォーマットを取得します。

メソッド

名前説明
static CreateFirstSupportedLoader(Stream, LoadOptions)指定されたファイルに適した最初に見つかったローダーを作成しますstreamオプションでloadOptions .
static GetFirstSupportedDescriptor(Stream, LoadOptions)指定されたstreamオプションでloadOptions .
static GetFirstSupportedDescriptorByFileFormat(FileFormat)タイプ名でサポートされている最初のファイル形式を取得します。
static GetFirstSupportedDescriptorByTypeName(string)型名でサポートされている最初の記述子を取得します。
static Register(IImageLoaderDescriptor)指定されたイメージローダー記述子を登録します。
static RegisterLoader(IImageLoaderDescriptor)ローダを登録します。
static UnregisterLoader(IImageLoaderDescriptor)ローダーの登録を解除します。

関連項目