AlphaTab.Rendering.Glyphs.ScoreRestGlyph.UpdateBeamingHelper C# (CSharp) Метод

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

public UpdateBeamingHelper ( float cx ) : void
cx float
Результат void
        public void UpdateBeamingHelper(float cx)
        {
            if (BeamingHelper != null)
            {
                BeamingHelper.RegisterBeatLineX(Beat, cx + X + Width / 2, cx + X + Width / 2);
            }
        }