Load

IImageLoader.Load method

Opens a new image with loadOptions.

public Image Load(StreamContainer streamContainer, LoadOptions loadOptions)
ParameterTypeDescription
streamContainerStreamContainerThe stream container.
loadOptionsLoadOptionsThe load options.

Return Value

A newly opened image instance.

See Also