C# Class SWFProcessing.SWFModeller.Characters.Images.ImageBlob

A big dumb class that holds onto some bytes and notes the format. At some point we might like to modify images somehow. At that point, this class will become a lot more complicated. Not today though. Not today.
Inheritance: IImage
Mostrar archivo Open project: WeeWorld/Swiffotron Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
ToStringModelView ( int nest, StringBuilder sb, bool &oneLiner ) : void

Method Details

ToString() public method

public ToString ( ) : string
return string

ToStringModelView() public method

public ToStringModelView ( int nest, StringBuilder sb, bool &oneLiner ) : void
nest int
sb System.Text.StringBuilder
oneLiner bool
return void