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

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

A TEXTRECORD sets text styles for subsequent characters.
public TextRecord ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
Результат System
        public TextRecord(byte InitialVersion)
            : base(InitialVersion)
        {
            this._textColor = new Rgb(this._SwfVersion);
            this._glyphEntries = new List<GlyphEntry>();
        }