AlphaTab.Rendering.Glyphs.RepeatCloseGlyph.DoLayout C# (CSharp) Méthode

DoLayout() public méthode

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