C# 클래스 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.
상속: IImage
파일 보기 프로젝트 열기: WeeWorld/Swiffotron 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string
ToStringModelView ( int nest, StringBuilder sb, bool &oneLiner ) : void

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToStringModelView() 공개 메소드

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