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

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

Swf 8 and later supports up to 15 gradient control points, spread modes and a new

interpolation type.

public MorphGradient ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
Результат System
        public MorphGradient(byte InitialVersion)
            : base(InitialVersion)
        {
        }