Share via


IPictureReader Interface

Definition

Defines an interface for reading picture data from a byte array.

public interface class IPictureReader
public interface IPictureReader
type IPictureReader = interface
Public Interface IPictureReader

Methods

Read(Byte[])

Reads picture data from a byte array.

Extension Methods

Read(IPictureReader, Stream, String)

Reads a picture from a stream.

ReadAsync(IPictureReader, Stream, String)

Asynchronously reads a picture from a stream.

Applies to