CreateFirstSupportedCreator

ImageCreatorsRegistry.CreateFirstSupportedCreator method

创建第一个找到的适合指定的创建者。

public static IImageCreator CreateFirstSupportedCreator(ImageOptionsBase imageOptions)
范围类型描述
imageOptionsImageOptionsBase图像选项。

返回值

支持指定的创建者,如果没有找到这样的创建者,则为null。

评论

第一个创建者实际上是最后一个注册的。

也可以看看