C# Class SleepHunter.Media.EpfImage

Afficher le fichier Open project: ewrogers/SleepHunter4 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public EpfImage ( Stream stream, bool leaveOpen = true ) : System
stream Stream
leaveOpen bool
Résultat System

EpfImage() public méthode

public EpfImage ( string filename ) : System
filename string
Résultat System

EpfImage() public méthode

public EpfImage ( string name, int width, int height, IEnumerable frames ) : System
name string
width int
height int
frames IEnumerable
Résultat System

GetFrameAt() public méthode

public GetFrameAt ( int index ) : EpfFrame
index int
Résultat EpfFrame

HasFrame() public méthode

public HasFrame ( int index ) : bool
index int
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string