Struct BinaryImageAsset
Assembly: Glitch9.IO.dll
Syntax
public readonly struct BinaryImageAsset : IImageAsset, IImageChunk
Constructors
|
Edit this page
View Source
Declaration
public BinaryImageAsset(byte[] bytes, ImageEncoding encoding = ImageEncoding.PNG, Metadata metadata = null)
Parameters
Properties
|
Edit this page
View Source
Bytes
Declaration
public byte[] Bytes { get; }
Property Value
|
Edit this page
View Source
Encoding
Declaration
public ImageEncoding Encoding { get; }
Property Value
|
Edit this page
View Source
Declaration
public Metadata Metadata { get; }
Property Value
Implements
Extension Methods