C# Class WeeWorld.SWFProcessing.SWFModeller.UnparsedMorphShape

A morph shape in its unparsed form. We gamble that we'll probably never have to parse it, and so it becomes quicker to save out when we re-save the SWF.
Inheritance: MorphShape
显示文件 Open project: WeeWorld/Swiffotron

Public Methods

Method Description
GetBounds ( ) : Rect
GetEdgeBounds ( ) : Rect
UnparsedMorphShape ( byte data ) : System

Construct an unparsed shape

Private Methods

Method Description
ToStringModelView ( int nest, StringBuilder &sb ) : void

Method Details

GetBounds() public method

public GetBounds ( ) : Rect
return Rect

GetEdgeBounds() public method

public GetEdgeBounds ( ) : Rect
return Rect

UnparsedMorphShape() public method

Construct an unparsed shape
public UnparsedMorphShape ( byte data ) : System
data byte The unparsed binary shape data.
return System