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

DoLayout() 공개 메소드

public DoLayout ( ) : void
리턴 void
        public override void DoLayout()
        {
            Width = (Renderer.IsLast ? 11 : 13) * Scale;
        }