C# 클래스 SharpApng.Apng

상속: IDisposable
파일 보기 프로젝트 열기: angelsl/ms-MSIT 1 사용 예제들

공개 메소드들

메소드 설명
AddFrame ( Bitmap bmp, int num, int den ) : void
AddFrame ( Frame frame ) : void
Apng ( ) : System
Dispose ( ) : void
WriteApng ( string path, bool firstFrameHidden, bool disposeAfter ) : void
this ( int index ) : Frame

비공개 메소드들

메소드 설명
ExtendImage ( Bitmap source, Size newSize ) : Bitmap

메소드 상세

AddFrame() 공개 메소드

public AddFrame ( Bitmap bmp, int num, int den ) : void
bmp System.Drawing.Bitmap
num int
den int
리턴 void

AddFrame() 공개 메소드

public AddFrame ( Frame frame ) : void
frame Frame
리턴 void

Apng() 공개 메소드

public Apng ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

WriteApng() 공개 메소드

public WriteApng ( string path, bool firstFrameHidden, bool disposeAfter ) : void
path string
firstFrameHidden bool
disposeAfter bool
리턴 void

this() 공개 메소드

public this ( int index ) : Frame
index int
리턴 Frame