C# Class DvachBrowser.Assets.GifDecoder.GifFrame

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

Méthodes publiques

Свойство Type Description
delay int
image System.Windows.Media.Imaging.WriteableBitmap

Méthodes publiques

Méthode Description
GifFrame ( System.Windows.Media.Imaging.WriteableBitmap im, int del ) : System

Method Details

GifFrame() public méthode

public GifFrame ( System.Windows.Media.Imaging.WriteableBitmap im, int del ) : System
im System.Windows.Media.Imaging.WriteableBitmap
del int
Résultat System

Property Details

delay public_oe property

public int delay
Résultat int

image public_oe property

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