C# 클래스 SleepHunter.Media.EpfImage

파일 보기 프로젝트 열기: ewrogers/SleepHunter4 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

EpfImage() 공개 메소드

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

EpfImage() 공개 메소드

public EpfImage ( string filename ) : System
filename string
리턴 System

EpfImage() 공개 메소드

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

GetFrameAt() 공개 메소드

public GetFrameAt ( int index ) : EpfFrame
index int
리턴 EpfFrame

HasFrame() 공개 메소드

public HasFrame ( int index ) : bool
index int
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string