GetFirstSupportedDescriptor

GifBlocksRegistry.GetFirstSupportedDescriptor method

Gets the first supported opener descriptor.

public static IGifBlockLoaderDescriptor GetFirstSupportedDescriptor(Stream stream)
ParameterTypeDescription
streamStreamThe stream.

Return Value

The gif block opener descriptor or null if no opener descriptor supported for such stream.

Remarks

The first opener will be actually the last registered.

See Also