AlphaTab.Rendering.Glyphs.DigitGlyph.DoLayout C# (CSharp) 메소드

DoLayout() 공개 메소드

public DoLayout ( ) : void
리턴 void
        public override void DoLayout()
        {
            Y += 7 * Scale;
            Width = GetDigitWidth(_digit) * Scale;
        }