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

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

public MorphLineStyle2 ( byte InitialVersion ) : System
InitialVersion byte The initial version of the Swf file
Результат 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);
        }