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
Afficher le fichier Open project: WeeWorld/Swiffotron Class Usage Examples

Méthodes publiques

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

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

ToStringModelView() public méthode

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