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

Style() public method

A style represents an object conaitning fillstyles and linestyles. Its is used by STYLECHANGERECORD and is byte aligned.
public Style ( byte InitialVersion ) : System
InitialVersion byte The Swf version of the file using this object.
return System
        public Style( byte InitialVersion )
            : base(InitialVersion)
        {
            this._fillStyles = new FillStyleArray( this._SwfVersion );
            this._lineStyles = new LineStyleArray( this._SwfVersion );
        }