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)注销加载程序。

也可以看看