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

MorphLineStyle2() public méthode

public MorphLineStyle2 ( byte InitialVersion ) : System
InitialVersion byte The initial version of the Swf file
Résultat System
        public MorphLineStyle2(byte InitialVersion)
            : base(InitialVersion)
        {
            this._endColor = new Rgba(this._SwfVersion);
            this._startColor = new Rgba(this._SwfVersion);
            this._fillStyle = new MorphFillStyle(this._SwfVersion);
        }