AlphaTab.Rendering.Glyphs.ScoreNoteChordGlyph.UpdateBeamingHelper C# (CSharp) Method

UpdateBeamingHelper() public method

public UpdateBeamingHelper ( float cx ) : void
cx float
return void
        public void UpdateBeamingHelper(float cx)
        {
            if (BeamingHelper != null)
            {
                BeamingHelper.RegisterBeatLineX(Beat, cx + X + UpLineX, cx + X + DownLineX);
            }
        }