C# Class WeeWorld.SWFProcessing.SWFModeller.MorphShapeProxy

A stand-in for something which may be a parsed or unparsed shape.
Inheritance: MorphShape
ファイルを表示 Open project: WeeWorld/Swiffotron

Public Methods

Method Description
GetBounds ( ) : Rect
GetEdgeBounds ( ) : Rect
MorphShapeProxy ( MorphShape morphShape ) : System

Construct a proxy for a shape implementation

Private Methods

Method Description
ToStringModelView ( int nest, StringBuilder &sb ) : void

Method Details

GetBounds() public method

public GetBounds ( ) : Rect
return Rect

GetEdgeBounds() public method

public GetEdgeBounds ( ) : Rect
return Rect

MorphShapeProxy() public method

Construct a proxy for a shape implementation
public MorphShapeProxy ( MorphShape morphShape ) : System
morphShape MorphShape The shape to proxy
return System