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

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

Метод Описание
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.

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

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

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

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

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

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

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

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

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
Результат System