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);
        }