C# Class ScreenToGif.Encoding.GifDecoder.GifFrame

Show file Open project: dbremner/ScreenToGif

Public Properties

Property Type Description
delay int
image Image

Public Methods

Method Description
GifFrame ( Image im, int del ) : System

Method Details

GifFrame() public method

public GifFrame ( Image im, int del ) : System
im Image
del int
return System

Property Details

delay public property

public int delay
return int

image public property

public Image image
return Image