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

EndShapeRecord() public method

The end shape record simply indicates the end of the shape record array.
public EndShapeRecord ( byte InitialVersion ) : System
InitialVersion byte The version of the swf file using this object.
return System
        public EndShapeRecord(byte InitialVersion)
            : base(InitialVersion)
        {
        }