ImageCreatorsRegistry

ImageCreatorsRegistry class

Represents the image creators registry.

public static class ImageCreatorsRegistry

Properties

NameDescription
static RegisteredDescriptors { get; }Gets the registered descriptors.
static RegisteredFormats { get; }Gets the registered image creation formats.

Methods

NameDescription
static CreateFirstSupportedCreator(ImageOptionsBase)Creates the first found creator suitable for the specified.
static GetFirstSupportedDescriptor(ImageOptionsBase)Gets the fist found supported descriptor suitable for the specified.
static Register(IImageCreatorDescriptor)Registers the specified image creator descriptor.
static RegisterCreator(IImageCreatorDescriptor)Registers the creator.
static UnregisterCreator(IImageCreatorDescriptor)Unregisters the creator.

See Also