C# 클래스 DvachBrowser.Assets.GifDecoder.GifFrame

파일 보기 프로젝트 열기: vortexwolf/2ch-Browser-WP7

공개 프로퍼티들

프로퍼티 타입 설명
delay int
image System.Windows.Media.Imaging.WriteableBitmap

공개 메소드들

메소드 설명
GifFrame ( System.Windows.Media.Imaging.WriteableBitmap im, int del ) : System

메소드 상세

GifFrame() 공개 메소드

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

프로퍼티 상세

delay 공개적으로 프로퍼티

public int delay
리턴 int

image 공개적으로 프로퍼티

public WriteableBitmap,System.Windows.Media.Imaging image
리턴 System.Windows.Media.Imaging.WriteableBitmap