C# Class LibAPNG.Frame

Describe a single frame.
ファイルを表示 Open project: xupefei/APNG.NET Class Usage Examples

Public Properties

Property Type Description
Signature byte[]

Public Methods

Method Description
AddIDATChunk ( IDATChunk chunk ) : void

Add an IDAT Chunk to end end of existing list.

AddOtherChunk ( OtherChunk chunk ) : void

Add an Chunk to end end of existing list.

GetStream ( ) : MemoryStream

Gets the frame as PNG FileStream.

Method Details

AddIDATChunk() public method

Add an IDAT Chunk to end end of existing list.
public AddIDATChunk ( IDATChunk chunk ) : void
chunk IDATChunk
return void

AddOtherChunk() public method

Add an Chunk to end end of existing list.
public AddOtherChunk ( OtherChunk chunk ) : void
chunk OtherChunk
return void

GetStream() public method

Gets the frame as PNG FileStream.
public GetStream ( ) : MemoryStream
return System.IO.MemoryStream

Property Details

Signature public_oe static_oe property

public static byte[] Signature
return byte[]