C# Class SWFProcessing.SWFModeller.Modelling.Layer

Represents a layer on a timeline.
Exibir arquivo Open project: WeeWorld/Swiffotron Class Usage Examples

Public Methods

Method Description
Layer ( Timeline timeline )

Initializes a new instance of the Layer class and puts it on the timeline.

ToString ( ) : string

Renders the layer as a string. Used only in test/debug console output.

Method Details

Layer() public method

Initializes a new instance of the Layer class and puts it on the timeline.
public Layer ( Timeline timeline )
timeline Timeline The timeline on which to create /// the layer.

ToString() public method

Renders the layer as a string. Used only in test/debug console output.
public ToString ( ) : string
return string