C# 클래스 LibAPNG.Frame

Describe a single frame.
파일 보기 프로젝트 열기: xupefei/APNG.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Signature byte[]

공개 메소드들

메소드 설명
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.

메소드 상세

AddIDATChunk() 공개 메소드

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

AddOtherChunk() 공개 메소드

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

GetStream() 공개 메소드

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

프로퍼티 상세

Signature 공개적으로 정적으로 프로퍼티

public static byte[] Signature
리턴 byte[]