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

MorphLineStyleArray() public méthode

A morph line style array enumerates a number of fill styles.
public MorphLineStyleArray ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
Résultat System
        public MorphLineStyleArray(byte InitialVersion)
            : base(InitialVersion)
        {
            this._lineStyles = new List<MorphLineStyle>();
        }