C# Class SWFProcessing.SWFModeller.Characters.Shapes.Shape

Inheritance: IShape
ファイルを表示 Open project: WeeWorld/Swiffotron Class Usage Examples

Public Methods

Method Description
GetImages ( ) : IImage[]
SetOriginalBytes ( byte shapeData, Tag format ) : void
ToString ( ) : string
ToStringModelView ( int nest, StringBuilder sb, bool &oneLiner ) : void

Method Details

GetImages() public method

public GetImages ( ) : IImage[]
return IImage[]

SetOriginalBytes() public method

public SetOriginalBytes ( byte shapeData, Tag format ) : void
shapeData byte The shape data.
format Tag The data format
return void

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