C# Class WeeWorld.SWFProcessing.SWFModeller.UnparsedShape

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

Méthodes publiques

Méthode Description
GetBounds ( ) : Rect
GetEdgeBounds ( ) : Rect
UnparsedShape ( Rect bounds, Rect edgeBounds, byte data ) : System

An unparsed shape, normally accessed through a ShapeProxy so that it can be exchanged for a parsed one if required.

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

UnparsedShape() public méthode

An unparsed shape, normally accessed through a ShapeProxy so that it can be exchanged for a parsed one if required.
public UnparsedShape ( Rect bounds, Rect edgeBounds, byte data ) : System
bounds Rect
edgeBounds Rect Pass null if the shape doesn't have this specified.
data byte
Résultat System