IPictureReader Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |