C# Класс 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.
Наследование: MorphShape
Показать файл Открыть проект

Открытые методы

Метод Описание
GetBounds ( ) : Rect
GetEdgeBounds ( ) : Rect
UnparsedMorphShape ( byte data ) : System

Construct an unparsed shape

Приватные методы

Метод Описание
ToStringModelView ( int nest, StringBuilder &sb ) : void

Описание методов

GetBounds() публичный Метод

public GetBounds ( ) : Rect
Результат Rect

GetEdgeBounds() публичный Метод

public GetEdgeBounds ( ) : Rect
Результат Rect

UnparsedMorphShape() публичный Метод

Construct an unparsed shape
public UnparsedMorphShape ( byte data ) : System
data byte The unparsed binary shape data.
Результат System