C# 클래스 MSIT.NGif.GifEncoder

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

공개 메소드들

메소드 설명
AddFrame ( Image im ) : bool
Finish ( ) : bool
SetDelay ( int ms ) : void
SetDispose ( int code ) : void
SetQuality ( int quality ) : void
SetRepeat ( int iter ) : void
SetTransparent ( Color c ) : void
Start ( String file ) : bool

비공개 메소드들

메소드 설명
AnalyzePixels ( ) : void
FindClosest ( Color c ) : int
GetImagePixels ( ) : void
SetSize ( int w, int h ) : void
Start ( FileStream os ) : bool
WriteGraphicCtrlExt ( ) : void
WriteImageDesc ( ) : void
WriteLSD ( ) : void
WriteNetscapeExt ( ) : void
WritePalette ( ) : void
WritePixels ( ) : void
WriteShort ( int value ) : void
WriteString ( String s ) : void

메소드 상세

AddFrame() 공개 메소드

public AddFrame ( Image im ) : bool
im Image
리턴 bool

Finish() 공개 메소드

public Finish ( ) : bool
리턴 bool

SetDelay() 공개 메소드

public SetDelay ( int ms ) : void
ms int
리턴 void

SetDispose() 공개 메소드

public SetDispose ( int code ) : void
code int
리턴 void

SetQuality() 공개 메소드

public SetQuality ( int quality ) : void
quality int
리턴 void

SetRepeat() 공개 메소드

public SetRepeat ( int iter ) : void
iter int
리턴 void

SetTransparent() 공개 메소드

public SetTransparent ( Color c ) : void
c Color
리턴 void

Start() 공개 메소드

public Start ( String file ) : bool
file String
리턴 bool