C# Class SWFProcessing.SWFModeller.Characters.Shapes.IO.ShapeWriter

ファイルを表示 Open project: WeeWorld/Swiffotron

Public Methods

Method Description
ShapeToBytes ( IShape shape, Tag &dataFormat ) : byte[]

Write a shape as bytes.

Method Details

ShapeToBytes() public static method

Write a shape as bytes.
public static ShapeToBytes ( IShape shape, Tag &dataFormat ) : byte[]
shape IShape The shape to write.
dataFormat Tag
return byte[]