ImageCreatorsRegistry.CreateFirstSupportedCreator

ImageCreatorsRegistry.CreateFirstSupportedCreator method

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

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

返回值

支持指定的创建者,如果找不到这样的创建者,则返回 null。

评论

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

也可以看看