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

Name Description
FromStream(Stream, ImageFormat)

Creates an image from the specified stream.

Extension Methods

Name Description
FromBytes(IImageLoadingService, Byte[])

Creates an image from a byte array.

Applies to