C# Class Artemis.Utilities.GifImage

显示文件 Open project: SpoinkyNL/Artemis

Public Methods

Method Description
GetFrame ( int index ) : Image
GetNextFrame ( ) : Image
GifImage ( string path ) : System

Method Details

GetFrame() public method

public GetFrame ( int index ) : Image
index int
return Image

GetNextFrame() public method

public GetNextFrame ( ) : Image
return Image

GifImage() public method

public GifImage ( string path ) : System
path string
return System