GetFirstSupportedDescriptor

ImageCreatorsRegistry.GetFirstSupportedDescriptor method

Gets the fist found supported descriptor suitable for the specified.

public static IImageCreatorDescriptor GetFirstSupportedDescriptor(ImageOptionsBase imageOptions)
ParameterTypeDescription
imageOptionsImageOptionsBaseThe image options.

Return Value

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

Remarks

The first creator descriptor will be actually the last registered.

See Also