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

Méthodes publiques

Méthode Description
GetBounds ( ) : Rect
GetEdgeBounds ( ) : Rect
UnparsedMorphShape ( byte data ) : System

Construct an unparsed shape

Private Methods

Méthode Description
ToStringModelView ( int nest, StringBuilder &sb ) : void

Method Details

GetBounds() public méthode

public GetBounds ( ) : Rect
Résultat Rect

GetEdgeBounds() public méthode

public GetEdgeBounds ( ) : Rect
Résultat Rect

UnparsedMorphShape() public méthode

Construct an unparsed shape
public UnparsedMorphShape ( byte data ) : System
data byte The unparsed binary shape data.
Résultat System