C# Class DvachBrowser.Assets.GifDecoder.GifFrame

ファイルを表示 Open project: vortexwolf/2ch-Browser-WP7

Public Properties

Property Type Description
delay int
image System.Windows.Media.Imaging.WriteableBitmap

Public Methods

Method Description
GifFrame ( System.Windows.Media.Imaging.WriteableBitmap im, int del ) : System

Method Details

GifFrame() public method

public GifFrame ( System.Windows.Media.Imaging.WriteableBitmap im, int del ) : System
im System.Windows.Media.Imaging.WriteableBitmap
del int
return System

Property Details

delay public_oe property

public int delay
return int

image public_oe property

public WriteableBitmap,System.Windows.Media.Imaging image
return System.Windows.Media.Imaging.WriteableBitmap