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
파일 보기 프로젝트 열기: WeeWorld/Swiffotron

공개 메소드들

메소드 설명
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