C# Class ScrGen.Icon.IcoContainer

Inheritance: IconContainer
Exibir arquivo Open project: vitalyobukhov/WebSaver Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
GetEntryImageOrderedPairs ( ) : IconImage>[].Tuple
Parse ( Stream icoStream ) : void
Validate ( ) : void

Method Details

Arrange() public method

public Arrange ( ) : void
return void

IcoContainer() public method

public IcoContainer ( ) : System
return System

IcoContainer() public method

public IcoContainer ( IcoContainer container ) : System
container IcoContainer
return System

IcoContainer() public method

public IcoContainer ( Stream icoStream ) : System
icoStream Stream
return System

IcoContainer() public method

public IcoContainer ( byte icoBytes ) : System
icoBytes byte
return System

IcoContainer() public method

public IcoContainer ( string icoFilename ) : System
icoFilename string
return System

ToBytes() public method

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

ToFile() public method

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

ToStream() public method

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