Share via


IImageLoadingService Interface

Definition

Defines a service for loading images from streams.

public interface class IImageLoadingService
public interface IImageLoadingService
type IImageLoadingService = interface
Public Interface IImageLoadingService
Derived

Methods

FromStream(Stream, ImageFormat)

Creates an image from the specified stream.

Extension Methods

FromBytes(IImageLoadingService, Byte[])

Creates an image from a byte array.

Applies to