Recurity.Swf.MorphLineStyleArray.MorphLineStyleArray C# (CSharp) Method

MorphLineStyleArray() public method

A morph line style array enumerates a number of fill styles.
public MorphLineStyleArray ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
return System
        public MorphLineStyleArray(byte InitialVersion)
            : base(InitialVersion)
        {
            this._lineStyles = new List<MorphLineStyle>();
        }