Recurity.Swf.EndShapeRecord.EndShapeRecord C# (CSharp) Метод

EndShapeRecord() публичный Метод

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.
Результат System
        public EndShapeRecord(byte InitialVersion)
            : base(InitialVersion)
        {
        }