CreateFirstSupportedCreator

ImageCreatorsRegistry.CreateFirstSupportedCreator method

Creates the first found creator suitable for the specified.

public static IImageCreator CreateFirstSupportedCreator(ImageOptionsBase imageOptions)
ParameterTypeDescription
imageOptionsImageOptionsBaseThe image options.

Return Value

The creator which supports the specified or null if no such creator is found.

Remarks

The first creator will be actually the last registered.

See Also