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

ShapeWithStyle() public method

public ShapeWithStyle ( byte InitialVersion ) : System
InitialVersion byte The initial version of the Swf file
return System
        public ShapeWithStyle(byte InitialVersion)
            : base(InitialVersion)
        {
            this._shapeRecordBuffer = new byte[0];
            this._shapeRecords = new List<ShapeRecord>();
            this._fillStyles = new FillStyleArray(this._SwfVersion);
            this._lineStyles = new LineStyleArray(this._SwfVersion);
        }