Свойство | Тип | Описание | |
---|---|---|---|
closeStream | bool | ||
colorDepth | int | ||
colorTab | byte[] | ||
delay | int | ||
dispose | int | ||
firstFrame | bool | ||
fs | Stream | ||
height | int | ||
image | WriteableBitmap | ||
indexedPixels | byte[] | ||
palSize | int | ||
pixels | byte[] | ||
repeat | int | ||
sample | int | ||
sizeSet | bool | ||
started | bool | ||
transIndex | int | ||
transparent | Color | ||
usedEntry | bool[] | ||
width | int |
Метод | Описание | |
---|---|---|
AddFrame ( WriteableBitmap im ) : bool | ||
Finish ( ) : bool | ||
SetDelay ( int ms ) : void | ||
SetDispose ( int code ) : void | ||
SetFrameRate ( float fps ) : void | ||
SetQuality ( int quality ) : void | ||
SetRepeat ( int iter ) : void | ||
SetSize ( int w, int h ) : void | ||
SetTransparent ( Color c ) : void | ||
Start ( Stream os ) : bool | ||
Start ( String file ) : bool |
Метод | Описание | |
---|---|---|
AnalyzePixels ( ) : void | ||
FindClosest ( Color c ) : int | ||
GetImagePixels ( ) : void | ||
WriteGraphicCtrlExt ( ) : void | ||
WriteImageDesc ( ) : void | ||
WriteLSD ( ) : void | ||
WriteNetscapeExt ( ) : void | ||
WritePalette ( ) : void | ||
WritePixels ( ) : void | ||
WriteShort ( int value ) : void | ||
WriteString ( String s ) : void |
public AddFrame ( WriteableBitmap im ) : bool | ||
im | WriteableBitmap | |
Результат | bool |