C# 클래스 ScreenToGif.ImageUtil.GifFrame

Auxiliar class that holds the frame information.
파일 보기 프로젝트 열기: dbremner/ScreenToGif

공개 메소드들

메소드 설명
GifFrame ( Image im, int del ) : ScreenToGif.FileWriters.GifWriter

Default constructor.

메소드 상세

GifFrame() 공개 메소드

Default constructor.
public GifFrame ( Image im, int del ) : ScreenToGif.FileWriters.GifWriter
im Image The frame image.
del int The frame delay.
리턴 ScreenToGif.FileWriters.GifWriter