C# Class DvachBrowser.Assets.GifDecoder

Afficher le fichier Open project: vortexwolf/2ch-Browser-WP7

Méthodes publiques

Свойство Type Description
STATUS_FORMAT_ERROR int
STATUS_OK int
STATUS_OPEN_ERROR int

Protected Properties

Свойство Type Description
MaxStackSize int
act int[]
bgColor int
bgIndex int
bitmap System.Windows.Media.Imaging.WriteableBitmap
block byte[]
blockSize int
delay int
dispose int
frameCount int
frames List
gct int[]
gctFlag bool
gctSize int
height int
image System.Windows.Media.Imaging.WriteableBitmap
inStream Stream
interlace bool
ix int
lastBgColor int
lastDispose int
lastImage System.Windows.Media.Imaging.WriteableBitmap
lastRect System.Windows.Rect
lct int[]
lctFlag bool
lctSize int
loopCount int
pixelAspect int
pixelStack byte[]
pixels byte[]
prefix short[]
status int
suffix byte[]
transIndex int
transparency bool
width int

Méthodes publiques

Méthode Description
GetDelay ( int n ) : int
GetFrame ( int n ) : System.Windows.Media.Imaging.WriteableBitmap
GetFrameCount ( ) : int
GetFrameSize ( ) : Size
GetImage ( ) : System.Windows.Media.Imaging.WriteableBitmap
GetLoopCount ( ) : int
Read ( Stream inStream ) : int
Read ( String name ) : int

Méthodes protégées

Méthode Description
DecodeImageData ( ) : void
Error ( ) : bool
Init ( ) : void
Read ( ) : int
ReadBlock ( ) : int
ReadColorTable ( int ncolors ) : int[]
ReadContents ( ) : void
ReadGraphicControlExt ( ) : void
ReadHeader ( ) : void
ReadImage ( ) : void
ReadLSD ( ) : void
ReadNetscapeExt ( ) : void
ReadShort ( ) : int
ResetFrame ( ) : void
SetPixels ( ) : void
Skip ( ) : void

Private Methods

Méthode Description
GetPixels ( System.Windows.Media.Imaging.WriteableBitmap bitmap ) : int[]
SetPixels ( int pixels ) : void

Method Details

DecodeImageData() protected méthode

protected DecodeImageData ( ) : void
Résultat void

Error() protected méthode

protected Error ( ) : bool
Résultat bool

GetDelay() public méthode

public GetDelay ( int n ) : int
n int
Résultat int

GetFrame() public méthode

public GetFrame ( int n ) : System.Windows.Media.Imaging.WriteableBitmap
n int
Résultat System.Windows.Media.Imaging.WriteableBitmap

GetFrameCount() public méthode

public GetFrameCount ( ) : int
Résultat int

GetFrameSize() public méthode

public GetFrameSize ( ) : Size
Résultat System.Windows.Size

GetImage() public méthode

public GetImage ( ) : System.Windows.Media.Imaging.WriteableBitmap
Résultat System.Windows.Media.Imaging.WriteableBitmap

GetLoopCount() public méthode

public GetLoopCount ( ) : int
Résultat int

Init() protected méthode

protected Init ( ) : void
Résultat void

Read() protected méthode

protected Read ( ) : int
Résultat int

Read() public méthode

public Read ( Stream inStream ) : int
inStream Stream
Résultat int

Read() public méthode

public Read ( String name ) : int
name String
Résultat int

ReadBlock() protected méthode

protected ReadBlock ( ) : int
Résultat int

ReadColorTable() protected méthode

protected ReadColorTable ( int ncolors ) : int[]
ncolors int
Résultat int[]

ReadContents() protected méthode

protected ReadContents ( ) : void
Résultat void

ReadGraphicControlExt() protected méthode

protected ReadGraphicControlExt ( ) : void
Résultat void

ReadHeader() protected méthode

protected ReadHeader ( ) : void
Résultat void

ReadImage() protected méthode

protected ReadImage ( ) : void
Résultat void

ReadLSD() protected méthode

protected ReadLSD ( ) : void
Résultat void

ReadNetscapeExt() protected méthode

protected ReadNetscapeExt ( ) : void
Résultat void

ReadShort() protected méthode

protected ReadShort ( ) : int
Résultat int

ResetFrame() protected méthode

protected ResetFrame ( ) : void
Résultat void

SetPixels() protected méthode

protected SetPixels ( ) : void
Résultat void

Skip() protected méthode

protected Skip ( ) : void
Résultat void

Property Details

MaxStackSize protected_oe static_oe property

protected static int MaxStackSize
Résultat int

STATUS_FORMAT_ERROR public_oe static_oe property

public static int STATUS_FORMAT_ERROR
Résultat int

STATUS_OK public_oe static_oe property

public static int STATUS_OK
Résultat int

STATUS_OPEN_ERROR public_oe static_oe property

public static int STATUS_OPEN_ERROR
Résultat int

act protected_oe property

protected int[] act
Résultat int[]

bgColor protected_oe property

protected int bgColor
Résultat int

bgIndex protected_oe property

protected int bgIndex
Résultat int

bitmap protected_oe property

protected WriteableBitmap,System.Windows.Media.Imaging bitmap
Résultat System.Windows.Media.Imaging.WriteableBitmap

block protected_oe property

protected byte[] block
Résultat byte[]

blockSize protected_oe property

protected int blockSize
Résultat int

delay protected_oe property

protected int delay
Résultat int

dispose protected_oe property

protected int dispose
Résultat int

frameCount protected_oe property

protected int frameCount
Résultat int

frames protected_oe property

protected List frames
Résultat List

gct protected_oe property

protected int[] gct
Résultat int[]

gctFlag protected_oe property

protected bool gctFlag
Résultat bool

gctSize protected_oe property

protected int gctSize
Résultat int

height protected_oe property

protected int height
Résultat int

image protected_oe property

protected WriteableBitmap,System.Windows.Media.Imaging image
Résultat System.Windows.Media.Imaging.WriteableBitmap

inStream protected_oe property

protected Stream inStream
Résultat Stream

interlace protected_oe property

protected bool interlace
Résultat bool

ix protected_oe property

protected int ix
Résultat int

lastBgColor protected_oe property

protected int lastBgColor
Résultat int

lastDispose protected_oe property

protected int lastDispose
Résultat int

lastImage protected_oe property

protected WriteableBitmap,System.Windows.Media.Imaging lastImage
Résultat System.Windows.Media.Imaging.WriteableBitmap

lastRect protected_oe property

protected Rect,System.Windows lastRect
Résultat System.Windows.Rect

lct protected_oe property

protected int[] lct
Résultat int[]

lctFlag protected_oe property

protected bool lctFlag
Résultat bool

lctSize protected_oe property

protected int lctSize
Résultat int

loopCount protected_oe property

protected int loopCount
Résultat int

pixelAspect protected_oe property

protected int pixelAspect
Résultat int

pixelStack protected_oe property

protected byte[] pixelStack
Résultat byte[]

pixels protected_oe property

protected byte[] pixels
Résultat byte[]

prefix protected_oe property

protected short[] prefix
Résultat short[]

status protected_oe property

protected int status
Résultat int

suffix protected_oe property

protected byte[] suffix
Résultat byte[]

transIndex protected_oe property

protected int transIndex
Résultat int

transparency protected_oe property

protected bool transparency
Résultat bool

width protected_oe property

protected int width
Résultat int