Recurity.Swf.EndShapeRecord.EndShapeRecord C# (CSharp) Méthode

EndShapeRecord() public méthode

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.
Résultat System
        public EndShapeRecord(byte InitialVersion)
            : base(InitialVersion)
        {
        }