SwfDotNet.IO.Swf.Swf C# (CSharp) Method

Swf() public method

Creates a new Swf instance.
public Swf ( ) : System
return System
        public Swf()
        {
            this.header = new SwfHeader();
            this.tagList = new BaseTagCollection();
            this.tagList.TagAdded += new TagAddedEvent(tagList_TagAdded);
            Init();
        }

Same methods

Swf::Swf ( SwfHeader header ) : System
Swf::Swf ( SwfHeader header, BaseTagCollection tagList ) : System