C# 클래스 ScrGen.Icon.IcoContainer

상속: IconContainer
파일 보기 프로젝트 열기: vitalyobukhov/WebSaver 1 사용 예제들

공개 메소드들

메소드 설명
Arrange ( ) : void
IcoContainer ( ) : System
IcoContainer ( IcoContainer container ) : System
IcoContainer ( Stream icoStream ) : System
IcoContainer ( byte icoBytes ) : System
IcoContainer ( string icoFilename ) : System
ToBytes ( bool arrange = true ) : byte[]
ToFile ( string filename, bool overwrite = false, bool arrange = true ) : void
ToStream ( Stream icoStream, bool arrange = true ) : void

비공개 메소드들

메소드 설명
GetEntryImageOrderedPairs ( ) : IconImage>[].Tuple
Parse ( Stream icoStream ) : void
Validate ( ) : void

메소드 상세

Arrange() 공개 메소드

public Arrange ( ) : void
리턴 void

IcoContainer() 공개 메소드

public IcoContainer ( ) : System
리턴 System

IcoContainer() 공개 메소드

public IcoContainer ( IcoContainer container ) : System
container IcoContainer
리턴 System

IcoContainer() 공개 메소드

public IcoContainer ( Stream icoStream ) : System
icoStream Stream
리턴 System

IcoContainer() 공개 메소드

public IcoContainer ( byte icoBytes ) : System
icoBytes byte
리턴 System

IcoContainer() 공개 메소드

public IcoContainer ( string icoFilename ) : System
icoFilename string
리턴 System

ToBytes() 공개 메소드

public ToBytes ( bool arrange = true ) : byte[]
arrange bool
리턴 byte[]

ToFile() 공개 메소드

public ToFile ( string filename, bool overwrite = false, bool arrange = true ) : void
filename string
overwrite bool
arrange bool
리턴 void

ToStream() 공개 메소드

public ToStream ( Stream icoStream, bool arrange = true ) : void
icoStream Stream
arrange bool
리턴 void