C# Class SleepHunter.Media.EpfImage

显示文件 Open project: ewrogers/SleepHunter4 Class Usage Examples

Public Methods

Method Description
EpfImage ( Stream stream, bool leaveOpen = true ) : System
EpfImage ( string filename ) : System
EpfImage ( string name, int width, int height, IEnumerable frames ) : System
GetFrameAt ( int index ) : EpfFrame
HasFrame ( int index ) : bool
ToString ( ) : string

Method Details

EpfImage() public method

public EpfImage ( Stream stream, bool leaveOpen = true ) : System
stream Stream
leaveOpen bool
return System

EpfImage() public method

public EpfImage ( string filename ) : System
filename string
return System

EpfImage() public method

public EpfImage ( string name, int width, int height, IEnumerable frames ) : System
name string
width int
height int
frames IEnumerable
return System

GetFrameAt() public method

public GetFrameAt ( int index ) : EpfFrame
index int
return EpfFrame

HasFrame() public method

public HasFrame ( int index ) : bool
index int
return bool

ToString() public method

public ToString ( ) : string
return string