SwfDotNet.IO.Tags.Types.TextRecord.Init C# (CSharp) Method

Init() protected method

Inits this instance.
protected Init ( ) : void
return void
        protected void Init()
        {
            glyphEntries = new GlyphEntryCollection();
            xOffset = short.MinValue;
            yOffset = short.MinValue;
        }