ImageCreatorsRegistry
ImageCreatorsRegistry class
Represents the image creators registry.
public static class ImageCreatorsRegistry
Properties
Methods
Name |
Description |
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