C# 클래스 SWFProcessing.SWFModeller.Modelling.Layer

Represents a layer on a timeline.
파일 보기 프로젝트 열기: WeeWorld/Swiffotron 1 사용 예제들

공개 메소드들

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

메소드 상세

Layer() 공개 메소드

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() 공개 메소드

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